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)

enter image description here

this lauch.json configuration:

enter image description here

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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -