- VSCode Version: Alpha
- OS Version: OSX 10.11.5
Steps to Reproduce:
Follow the steps in smoke test - Smoke Test Debugging Javascript section
- Open VS code with VSCode-Smoketest-Express project
- Go to debug view
- Put a break point in index.js file at line 6
- Start the application
- In the browser open the application page http://localhost:3000/
Expected: Debugger should stop at the break point and show all necessary debug information like call stack etc
Actual: Debugger stops but there is no visual representation that it is actually stopping, and no necessary info is shown.
Additional Information:
See the attached movie
http://g.recordit.co/0UV4elT3Cq.gif
- It worked when I tested first time and later it was breaking sometimes as above. I used keyboard short cuts to stop and start the server. I do not know if it is something to do with this
Steps to Reproduce:
Follow the steps in smoke test - Smoke Test Debugging Javascript section
Expected: Debugger should stop at the break point and show all necessary debug information like call stack etc
Actual: Debugger stops but there is no visual representation that it is actually stopping, and no necessary info is shown.
Additional Information:
See the attached movie
http://g.recordit.co/0UV4elT3Cq.gif