Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 369 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 369 Bytes

Repro for microsoft/vscode-node-debug#33

After cloning, one should do

  1. npm install
  2. bower install
  3. open the folder in the VSCode,
  4. set breakpoint at line 9 in src/app/app.spec.js
  5. 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