Debugging TypeScript

Hello

Please have a look at this TypeScript project.

https://github.com/ncochard/sample-ts-project

Running the unit tests in WebStorm works well. But if I place a breakpoint in the unit tests, the debugger does not break at that breakpoint.

We're only having this issue with TypeScript. Any project using ecmascript 6 and babel work well.

Thank you

1 comment
Comment actions Permalink

ts-node produces sourcemaps with absolute paths that don't currently work, see https://youtrack.jetbrains.com/issue/WEB-23002. it's not the only problem with ts-node, but this one is blocking

0

Please sign in to leave a comment.