microsoft / microsoft/vscode-js-debug
Better guide users when no source-maps exist.
Open
@connor4312 is already working on this.
Since Aug 12, 2022.
feature-request
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 373
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 6
Description
I previously setup a very basic Typescript project and forgot to enable source maps. The default debug configuration kept trying to run my Typescript files without giving explanation why. I did not receive the breakpoints won't bind warning because the debugger would immediately stop and start since the Typescript files were syntactically incorrect when interpreted as Javascript. I've included a simple sample project zipped below
example-debug.zip
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.