No breakpoint with node.js 7.3.0 on Windows 10

Hi,

I'm trying to debug a console.log("Hello world") in CLI mode

  • IntelliJ IDEA 2016.3.1 in Windows 10 x64
  • Node.js v7.3.0

 

Program runs but doesn't stop on breakpoint !?

Get

Debugger listening on port 50073.
Hello world
Debugger attached.
Waiting for the debugger to disconnect...

 

Do I miss something ?

 

Thanks...

 

 

 

 

2
3 comments
Avatar
Permanently deleted user

I have the same issue in Webstorm 2016.3.2 using node.js v7.3.0
The debugger seems to be trying to attach after the application has run

0

I found an issue about this that is being tracked: https://youtrack.jetbrains.com/issue/WEB-24439

So much for hacking during Xmas. Good lord, I actually have to interact with my family :P

0

Full Node 7 support (using v8 inspector) will be available in 2017.1, but next 2016.3 update will include a hidden option for turning dev tools protocol support off - see https://youtrack.jetbrains.com/issue/WEB-24629#comment=27-1809582;

1

Please sign in to leave a comment.