I've setup a project in IntelliJ 13 to run my nodeJS app. It runs fine. The problem is I can't use the debugger. When I try to run in debug mode the console prints
"C:\Program Files\nodejs\node.exe" --debug-brk=50839 --debug app.js
debugger listening on port 50839
Process finished with exit code -1
The console tab displays "Process disconnected unexpectedly"
I had the same error with debug mode ("Process finished with exit code -1073741510") The problem was solved when I removed old watches from watch list. Debugger seems to be sensitive to those garbage watches.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With