Failed to add breakpoint to gutter after starting debugging
dhanvikapila opened this issue · 1 comments
dhanvikapila commented
Repro Steps:
- Install vscode on clean RS4 OS.
- Install edge debug adapter extension inside VS Code.
- Copy \scratch2\scratch\rakatyal\TestAppJavaScript to local machine "C:\test".
- Install http-server using command: npm install http-server -g
- Open the project you copy from step 3 in VS Code.
- Start http-server from the directory of your project.
- Add one breakpoint on line 1 of "\src\test2.js".
- Start debug with edge.
- Breakpoint can be hit after refresh edge broswer.
- 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.
mrcrane commented
Fixed for v1.0.2 release