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,errors: add ERR_DEBUGGER errors and use them in the former node-inspect code #39024

Merged
merged 5 commits into from
Jun 16, 2021

Commits on Jun 16, 2021

  1. errors: add ERR_DEBUGGER_ERROR

    PR-URL: nodejs#39024
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jan Krems <[email protected]>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    787cacc View commit details
    Browse the repository at this point in the history
  2. debugger: use ERR_DEBUGGER_ERROR in debugger client

    PR-URL: nodejs#39024
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jan Krems <[email protected]>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c22eec8 View commit details
    Browse the repository at this point in the history
  3. debugger: use error codes in debugger REPL

    PR-URL: nodejs#39024
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jan Krems <[email protected]>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    fa009e1 View commit details
    Browse the repository at this point in the history
  4. errors: add ERR_DEBUGGER_STARTUP_ERROR

    PR-URL: nodejs#39024
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jan Krems <[email protected]>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    6dbff83 View commit details
    Browse the repository at this point in the history
  5. debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.js

    PR-URL: nodejs#39024
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jan Krems <[email protected]>
    Trott committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7679960 View commit details
    Browse the repository at this point in the history