Starting debugger updates the file in current active tab #21802
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
When starting the debugger, the currently opened file (inside the active tab in VScode), is updated.
Problem : when run with tool like nodemon and grunt watch, this restarts node, and then stops the debugger.
This issue is since last update (1.10.1) of VsCode, was not like that before.
Steps to Reproduce:
==> the currently opened tab is updated, just after clicking on debugger start. eg : nodemon output
Result : impossible to debug, because updating a source file launch through grunt watch typescript compiler (it is what we want, indeed). Compiler then force node to restart, and then debugger is stopped...back to the beginning......
The text was updated successfully, but these errors were encountered: