Top "Node-inspector" questions

Node Inspector is a debugger interface for Node.

How to use node-inspector with `npm start` for my application?

I am using npm start to start my MEAN stack application, but I would like to use the node-inspector to …

javascript node.js mongoose mean-stack node-inspector
How can I make node-inspector restart when node is restarted?

I use node-inspector a lot. When I edit my code and restart, I get the inevitable Detached from the target …

javascript node.js node-inspector
How to avoid fast memory increase during scavenge gc?

I have an application built on restify. I have no memory leaks, however I have big memory growth during scavenge …

node.js memory garbage-collection restify node-inspector