- VSCode Version: Code - Insiders 1.4.0-insider (4b84f6d, 2016-07-08T07:45:28.445Z)
- OS Version: Windows_NT ia32 10.0.14383
Steps to Reproduce:
- create a new folder (e.g.
C:\test)
- run
subst X: C:\test
- open the root of drive
X: in VSCode
- create a new javascript file with some code (a simple
console.log(__dirname) will do)
- configure VSCode to start the file you just created
- set a breakpoint in the file
- start debugging
- PROBLEM: the breakpoint is never hit.
This is related to nodejs issue #7294
Steps to Reproduce:
C:\test)subst X: C:\testX:in VSCodeconsole.log(__dirname)will do)This is related to nodejs issue #7294