NodeVsDebugger icon indicating copy to clipboard operation
NodeVsDebugger copied to clipboard

Node.js Debugging Support for Visual Studio

Results 4 NodeVsDebugger issues
Sort by recently updated
recently updated
newest added

![image](https://f.cloud.github.com/assets/2684299/706643/770d958e-ddf4-11e2-932e-94eecbdf1c9c.png) *after restarting VS this function works normally

If you are doing async it doesn't wait. i.e. ``` js setTimeout(function() { //some code }, 1000); ``` The debugger will prematurely exit and you can't debug. How can I...

Hi, I'm experiencing weird breakpoint behavior. First issue: Breakpoints set before starting debugging are not usually taken into account. This happens because DebuggedProcess.SetBreakpoint is called before Modules are loaded (i.e....

Would be great to have a toolbar button that starts the debugger and launches a browser window.