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

0

请先登录再写评论。