See https://github.com/nodejs/node/pull/3585#issuecomment-152234154. Right now it quits: ``` $ node --debug-brk -e 0 Debugger listening on port 5858 $ ``` I _think_ the intended behavior is for it to wait until a debug client connects, unlike e.g. `--debug`.
See #3585 (comment). Right now it quits:
I think the intended behavior is for it to wait until a debug client connects, unlike e.g.
--debug.