webstorm doesn't stop on breakpoints in nodejs app

user2991036

I'm trying to use debugger in webstorm 8. I created an express application and set breakpoint in index.js file. When I start application in debug mode, I see the message in console:

"C:\Program Files (x86)\JetBrains\WebStorm 8.0.1\bin\runnerw.exe" "C:\Program Files\nodejs\node.exe" --debug-brk=2610 --nolazy bin\www
debugger listening on port 2610

Process finished with exit code -1073741510 (0xC000013A: interrupted by Ctrl+C)

But in simple mode application works normally. It also works if I run it in debug mode, but without any breakpoints.

Here is a picture of my config. There is also a breakpoint at line 6 and error log. https://www.dropbox.com/s/axqwazz30m89o4r/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202014-10-19%2003.44.53.png?dl=0

How can I solve this problem?

qzh

I see your project directory has some char not in english , have you try change it in a english directory ?

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

webstorm doesn't stop on breakpoints in nodejs app

From Dev

Codeblocks doesn't stop at breakpoints

From Dev

Why doesn't Netbeans stop at my breakpoints?

From Dev

R Debugger doesn't stop at breakpoints

From Dev

Why doesn't Netbeans stop at my breakpoints?

From Dev

Debugging mocha tests in IntelliJ: doesn't stop on breakpoints

From Dev

Shopify doesn't stop sending webhook to Flask app

From Dev

getLine doesn't stop

From Dev

'Step Over' doesn't work while debugging sails App using Webstorm 8

From Dev

'Step Over' doesn't work while debugging sails App using Webstorm 8

From Dev

Why doesn't Nodejs app work on Windows IIS

From Dev

Transpiling nodejs app with gulp-babel ignore doesn't work

From Dev

nodejs app doesn't recognise batch environment variable set before

From Dev

WebStorm 10.0.3 ignoring typescript breakpoints

From Dev

IntelliJ(WebStorm) Mongo Explorer doesn't work

From Dev

IntelliJ(WebStorm) Mongo Explorer doesn't work

From Dev

For loop doesn't stop on the strlen

From Dev

gdb doesn't stop on breakpoint

From Dev

postDelayed Handler doesn't stop

From Dev

While loop doesn't stop

From Dev

Stop propagation doesn't work

From Dev

NSTimer doesn't stop with invalidate

From Dev

Why doesn't this loop stop?

From Dev

fgetc() doesn't stop in EOF

From Dev

Button animation doesn't stop

From Dev

UIActivityIndicator doesn't stop in iOS

From Dev

CLLocationManager stopUpdatingLocation doesn't stop

From Dev

DoubleAnimation/Storyboard doesn't stop

From Dev

IntelliJ debugger: Connects but doesn't notice when code runs into breakpoints