felixrieseberg / felixrieseberg/vsc-ember-cli

Facility to keep breakpoints within the editor

Open
#17 0 comments 7 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
92
Forks
13
PR merge metrics
No merged PRs in 30d

Description

I tried vscode-chrome-debug (https://github.com/Microsoft/vscode-chrome-debug) to set breakpoints in the editor itself. This is my launch json:
`{
"name": "Launch localhost with sourcemaps",
"type": "chrome",
"request": "launch",
"url": "http://localhost:4200",
"sourceMaps": true,
"webRoot": "${workspaceRoot}"
},`

I was able to launch chrome and run the app, but the breakpoints set had no effect. When I used a _debugger_ statement inside the app, the VSC stopped at the statement in _app-name.js_.

It'd be nice to have this feature for it's cumbersome (slightly) to go to Chrome and search for that file there.

Great extension btw.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.