Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Commented Issue: Breakpoints are not working with Node.js 0.12.0 [1808]

$
0
0
I have tried starting a project from the "Blank Node.js Console Application" and "Blank Node.js Web Application" projects. When I place a breakpoint and then press F5, the application is executed, but no breakpoints are ever hit. Intellisense is working fine. I am using VS Ultimate 2013 Update 4.
Comments: A correction to the above: it does wait, but it now signals the entry point as if it were a breakpoint, and because we don't know that breakpoint we just tell it to continue. It seems that we can work around this by doing some special handling for breakpoints during attach, and the module load issue we already take care of.

Viewing all articles
Browse latest Browse all 4630

Trending Articles