If I understand correctly, you want to restart your node program, and have 
node-inspector attach to it while in the middle of a debugging session.

Typically, restarting your node app in debug mode via the command line and 
refreshing chrome should do the trick. 

If you want node-inspector to pause on the first line of code before any line 
is executed, then start your node app with the --debug-brk flag rather thab the 
--debug flag.

Hope this helps.

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/e3d7d6e4-b34e-4aa2-b70d-e6b44a006444%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to