node.js debugger doesn't stop at breakpoints
I can't seem to get the debugger for node.js to stop at most breakpoints. I'm using the ltest version 133.434 in phpstorm 7.1.3
I can get it to stop at breakpoints at the beginning, but breakpoints which are inside anonymous functions don't work.
I am able to use the Google Chrome debugger using node-inspector and node --debug, but this is a bit of a pain, and I would prefer to use the phpstorm debugger.
Is it possible that the webstorm debugger is better, should I try that?
m
Please sign in to leave a comment.
Hello!
looks like the known V8 bug ( http://code.google.com/p/v8/issues/detail?id=2825 )
Please check if the problem persists in WebStorm 8 EAP (http://confluence.jetbrains.com/display/WI/WebStorm+8+EAP)