Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "src: fix stuck debugger process" #3585

Merged
merged 2 commits into from
Oct 29, 2015

Commits on Oct 29, 2015

  1. Revert "src: fix stuck debugger process"

    This reverts commit ff877e9.
    
    Reverted for breaking `node --debug-brk -e 0`.  It should immediately
    quit but instead it hangs now.
    
    PR-URL: nodejs#3585
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bnoordhuis committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    9b02442 View commit details
    Browse the repository at this point in the history
  2. test: add regression test for --debug-brk -e 0

    Check that `node --debug-brk -e 0` immediately quits.
    
    PR-URL: nodejs#3585
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bnoordhuis committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    810cc05 View commit details
    Browse the repository at this point in the history