vscode-js-debug icon indicating copy to clipboard operation
vscode-js-debug copied to clipboard

Better guide users when no source-maps exist.

Open lramos15 opened this issue 3 years ago • 0 comments

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

lramos15 avatar Aug 12 '22 20:08 lramos15