Skip to content

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

Open
@RobertGardner

Description

@RobertGardner

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions