microsoft/vscode-edge-debug2

Failed to add breakpoint to gutter after starting debugging

dhanvikapila opened this issue · 1 comments

Repro Steps:

  1. Install vscode on clean RS4 OS.
  2. Install edge debug adapter extension inside VS Code.
  3. Copy \scratch2\scratch\rakatyal\TestAppJavaScript to local machine "C:\test".
  4. Install http-server using command: npm install http-server -g
  5. Open the project you copy from step 3 in VS Code.
  6. Start http-server from the directory of your project.
  7. Add one breakpoint on line 1 of "\src\test2.js".
  8. Start debug with edge.
  9. Breakpoint can be hit after refresh edge broswer.
  10. Continue to add breakpoint on line 3

Expected:
Breakpoint mark(red dot) appears in front of line3.

Actual:
Breakpoint mark(red dot) doesn't appears in front of line3.

More info:
if you hit continue, breakpoint of line3 can be hit.

Fixed for v1.0.2 release