NodeVsDebugger
NodeVsDebugger copied to clipboard
Node.js Debugging Support for Visual Studio
 *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.