Uh oh!
There was an error while loading. Please reload this page.
debugger: also exit when the repl emits 'exit' - #2369
Conversation
There was a problem hiding this comment.
Maybe prefer 'close'? Does the same thing but I think 'exit' may be an older event we don't use internally.
There was a problem hiding this comment.
It's still used in L762, or am I missing something?
There was a problem hiding this comment.
Oh, hmm. Carry on then. Maybe we should switch it eventually.
jasnell
commented
Aug 26, 2015
@cjihrig@Fishrock123 ... does this look good to you now? |
cjihrig
commented
Aug 26, 2015
LGTM |
There was a problem hiding this comment.
These comments aren't so correct imo. ctrl+c isn't the only way to send a SIGINT to a procees, and exit can also be caused by ctrl+d on an empty repl prompt.
Fishrock123
commented
Aug 27, 2015
LGTM otherwise |
jasnell
commented
Nov 16, 2015
Whoops... looks like this got the LGTM's but never landed. @Fishrock123 and @cjihrig ... still good with this? |
cjihrig
commented
Nov 16, 2015
Yes, but let's see what the butler says. CI: https://ci.nodejs.org/job/node-test-pull-request/748/ |
cjihrig
commented
Nov 16, 2015
This fails linting. There are some lines with trailing whitespace. If everything else is fine, it can be corrected when landing. |
jasnell
commented
Nov 16, 2015
A couple of unrelated errors in CI |
jasnell
commented
Nov 16, 2015
I will get this landed. @Fishrock123, when I land I'll also fix the comment re the |
Exit the debug repl when repl emits 'exit' Refs: nodejs/node-v0.x-archive#5637Fixes: nodejs/node-v0.x-archive#5631 PR-URL: #2369 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell
commented
Nov 16, 2015
Landed in a95eb5c |
Exit the debug repl when repl emits 'exit' Refs: nodejs/node-v0.x-archive#5637Fixes: nodejs/node-v0.x-archive#5631 PR-URL: #2369 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Exit the debug repl when repl emits 'exit' Refs: nodejs/node-v0.x-archive#5637Fixes: nodejs/node-v0.x-archive#5631 PR-URL: #2369 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Exit the debug repl when repl emits 'exit' Refs: nodejs/node-v0.x-archive#5637Fixes: nodejs/node-v0.x-archive#5631 PR-URL: #2369 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
See nodejs/node-v0.x-archive#5637, fixesnodejs/node-v0.x-archive#5631