I'm trying to debug a live process with a memory leak. Is there any way to attach the agent to it without restarting it? I've attached node-inspector, but none of the breakpoints I've set work, even though the code clearly executes past the lines with the breakpoints.
I'm trying to debug a live process with a memory leak. Is there any way to attach the agent to it without restarting it? I've attached node-inspector, but none of the breakpoints I've set work, even though the code clearly executes past the lines with the breakpoints.