EnableDebug immediatly on SIGUSR1
authorFedor Indutny <fedor.indutny@gmail.com>
Sat, 24 Sep 2011 07:28:27 +0000 (14:28 +0700)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 25 Sep 2011 18:58:22 +0000 (11:58 -0700)
commit26aab0dc5d324bad1fdd6204b6b29e5eafa168a5
tree197b8a16e7d2f119d9c3f6f0c55e1711423aa183
parent9b6acc27aad706505dff937e3b2ae6f8185b0995
EnableDebug immediatly on SIGUSR1

Don't wait for script to break somewhere, because that may not happen if
execution is inside event-loop, not in v8.

Add '\n' to the end of 'debugger listening...' message
src/node.cc