nativescript-vscode-extension icon indicating copy to clipboard operation
nativescript-vscode-extension copied to clipboard

Cannot debug .ts files (instead steps into .js) when the workspace path contains space

Open RobertGardner opened this issue 7 years ago • 23 comments

When I debug in VS Code I can set a breakpoint in a .ts file and the debugger will stop at that location, however, it stops in the .js file. All further step-debugging takes place in the .js file instead of in the .ts file.

The intro video for the extension shows the debugger stopping and stepping in the .ts file itself.

I am running 0.7.0 with NS 3.0.1, but this was happening with older versions as well.

I have tried switching to sourceMap (took awhile to figure out that compile.js forces inlineSourceMap!), but I get the same behavior.

RobertGardner avatar May 12 '17 16:05 RobertGardner