microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.38k stars 29.32k forks source link

Step over not working in attached node (electron) #7051

Closed dbaeumer closed 6 years ago

dbaeumer commented 8 years ago

Steps to Reproduce:

  1. clone vscode-elint, cd eslint && npm install && cs ../eslint-server && npm install
  2. open code on eslint and eslint-server folder. In both instances start build (Ctrl+Shift+B)
  3. in eslint press F5
  4. open a workspace that has JS files and eslint installed
  5. go to vscode that has eslint-server open
  6. attach
  7. open server.ts
  8. set a breakpoint at line 175
  9. go to the launched VS Code instance
  10. type into the js file. Observe: breakpoint is hit
  11. click step over

Observe: debugger continues

weinand commented 8 years ago

@dbaeumer most likely you are running into this node bug: https://github.com/nodejs/node/issues/7219

vscodebot[bot] commented 6 years ago

This issue has been closed because the problem could not be reproduced either because it is already fixed in later versions of the product or because it requires additional details on how to reproduce it. See also our issue reporting guidelines.

Happy Coding!