vscode react+typescript + mocha: breakpoints not hit
问题 I am trying for many days now to have typescript breakpoints hit in my mocha tests with no success. They keep getting hit in the .js files, not the typescript source files. I am using vscode 1.9.1. I have already asked a similar question here with yet no answer yet. I am been reading several similar issues here on stackoverflow and on google. No solution has worked for me. Here is a screenshot of the breakpoint been hit in the .js file , not the typescript: This file is a read-only file which