Remote Debugger - [node 8.1.4]

Hi, I have a small question.

i was using the version 6.9.x from node, and i was able to connect to the debug port it show after starting the server,

but since i upgraded to the latest version of node, that is gone.

i already was able to set up the local debug, starting the project with a debug configuration, but i don't know how to configure the remote debugger.

i just get this - >
ws://127.0.0.1:9229/2a9e51cc-dc79-4dc8-b918-24134f9d5b91 

any idea how to configure the remote debugger, 

thank you in advance.

 

0
4 comments
Avatar
Permanently deleted user

Same problem. Have you found a solution ?

0

Node.js Remote run configuration can only be used when debugging with TCP-based Protocol (Node.js < 7.x).

To remotely debug application with Chrome Debugging Protocol (with `--inspect`/`--inspect-brk`), you need usoin Chromium Remote run configuration

 

Note that this doesn't work in 2017.1.x, https://youtrack.jetbrains.com/issue/WEB-27559 is fixed in 2017.2

0
Avatar
Permanently deleted user

@Elena, Thank you, i got it working as you say, will be great if that get included in the documentation from the remote debug (https://www.jetbrains.com/help/webstorm/run-debug-configuration-node-js-remote-debug.html), at least as reference, i didn't had idea about the chrome debug :).

@alan, still with the problem? i got it working as Elena recommended.

0

@Mauricio, we plan to update docs accordingly, please follow https://youtrack.jetbrains.com/issue/WEB-26446 for updates

0

Please sign in to leave a comment.