Repro for microsoft/vscode-node-debug#33
After cloning, one should do
- npm install
- bower install
- open the folder in the VSCode,
- set breakpoint at line 9 in src/app/app.spec.js
- Hit F5 to start debugging
Expected: breakpoint is hit and I recall I definitely saw this working on pre v0.9.1
Actual: breakpoint is not hit