Until today I’m use /usr/local/bin/node
for debug node.js but today I find supervisor package for node.js and want to use it isntead of /usr/local/bin/node
.
How I can do it? When I select supervisor
in /usr/local/bin
- it’s select /usr/local/lib/node_modules/supervisor/lib/cli-wrapper.js
and when I try to run debugger - Debugger Initialization Error: Unable to initialize the debugging system because Debugging will be unavailable until you change the debugger port in your preferences
I try a lot of ports and no one works. I know I can use Command for it, but anyway - there are any ways to use supervisor as interpreter?