I use \'forever\' to run my application. I want to attach to the running environment to inspect my application. So what can I do?
To inspect nodejs and debug it, use this command
forever -w -c 'node --inspect=IP:PORT' file.js