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

debugger: make listen address configurable #3316

Merged

Commits on Jun 30, 2016

  1. debugger: make listen address configurable

    `--debug=1.2.3.4:5678` and `--debug=example.com:5678` are now accepted,
    likewise the `--debug-brk` and `--debug-port` switch.  The latter is
    now something of a misnomer but it's undocumented and for internal use
    only so it shouldn't matter too much.
    
    `--inspect=1.2.3.4:5678` and `--inspect=example.com:5678` are also
    accepted but don't use the host name yet; they still bind to the
    default address.
    
    Fixes: nodejs#3306
    PR-URL: nodejs#3316
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Trevor Norris <[email protected]>
    bnoordhuis committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    c5c28c3 View commit details
    Browse the repository at this point in the history