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

inspector: make debug an alias for inspect #11441

Merged
merged 2 commits into from
Apr 12, 2017
Merged

Commits on Apr 12, 2017

  1. deps: cherry-pick node-inspect#43

    Node 8.x no longer has --debug-brk.
    
    Ref: nodejs/node-inspect#43
    PR-URL: nodejs#11441
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: joshgav - Josh Gavant <josh.gavant@outlook.com>
    Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
    ofrobots committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    b7608ac View commit details
    Browse the repository at this point in the history
  2. src,test: debug is now an alias for inspect

    `node debug` is now an alias of `node inspect`. This is intended to be
    a minimal change – it does not get rid of the the debugger code. That
    can be done in a follow-on.
    
    PR-URL: nodejs#11441
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: joshgav - Josh Gavant <josh.gavant@outlook.com>
    Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
    ofrobots committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    a235ccd View commit details
    Browse the repository at this point in the history