How can I debug J2V8 / node.js when working in JVM?

Typically, I use the node inspector ( https://github.com/node-inspector/node-inspector ) to debug node.js. Can this be used to connect to a remote instance of node.js running in the JVM via J2V8?

Also, it looks like the dev node.js version supports Chrome's own debugging: https://github.com/nodejs/node/pull/6792 . If J2V8 accepts this version of node.js, can I just connect the Chrome debugger directly to the JVM?

+1
source share

Source: https://habr.com/ru/post/1667936/


All Articles