-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Description
- Visual Studio 2013 (Update 4)
- NTVS.Dev.2015-06-14.VS.2013.msi
- Node v0.12.5
Most of the time, it seems that the debugger refuses to work properly. If I launch my application through Visual Studio, I would say about 75% of the time, it will show the debugger port in the console being 5858 and then nothing else happens. Typically if this occurs it requires me to restart Visual Studio entirely to get it to work again. And that point, it usually only works once, then dies again from there on til the next restart.
This issue happens with both the default startup path being set to the default:
C:\Program Files\nodejs\node.exe
As well as being set to something custom, such as nodemon:
C:\Users\atom0s\AppData\Roaming\npm\nodemon.cmd
Either or has the same issue.