I use \'forever\' to run my application. I want to attach to the running environment to inspect my application. So what can I do?
For me, running node version 6.9.10 I had to:
kill -USR1
then
node debug -p
the node inspect -p command failed for this version of node.
node inspect -p