Webstorm 11 - Debugger lost connection after first breakpoint
Hello.,
When I set a breakpoint, the gubegger break on it but after clicking Step Over / Step Into, the code is stuck and no breakpoint in the next line...
I am working with Webstorm 11 0.1 and Node 4.1.0
How can I fix this?
Thanks
Please sign in to leave a comment.
What do you mean saying that the code is stuck? Please remove all breakpoints and run your application in debugger (using Debug button, but without breakpoints) - does it run as expected, or also stuck at some point?