Vscode react-typescript + mocha: breakpoints stop in .js files -
i'm facing problem breakpoints in typescript files not stopping, stopping instead in generated .js files. (i have asked similar question here. setup testing mocha, using typescript. snippet of project structure (especially test folder)
this lauch.json configuration:
unfortunately when set breakpoints in ts files, hit in .js files instead. , during debug, inside .ts file, red dot of breakpoint moved different line.
i have looked @ few similar questions here , here. still have not been able breakpoints stop inside .ts files @ appropriate line. possible debug mocha test written in typescript , using vscode?
one person said gave , moved jasmine.
your suggestions useful.
Comments
Post a Comment