c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.09k stars 78 forks source link

Any way to connect to existing process? #50

Closed dandv closed 10 years ago

dandv commented 10 years ago

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.

c4milo commented 10 years ago

Unfortunately, there is no way at this moment.