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

lib: remove _debugger.js #12495

Closed
wants to merge 2 commits into from

Commits on Apr 18, 2017

  1. lib,src,test: update --debug/debug-brk comments

    Overlooked in commit 47f8f74 ("src: remove support for --debug") from
    earlier this month.
    bnoordhuis committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    f991f75 View commit details
    Browse the repository at this point in the history
  2. lib: remove _debugger.js

    The file no longer works after the removal of the --debug/--debug-brk
    switches in commit 47f8f74 ("src: remove support for --debug".)
    
    This commit also removes several tests that still referenced the
    old debugger but were either unit-testing its internals or passing
    for the wrong reason (like expecting an operation to fail, which
    it did because the debugger is gone.)
    bnoordhuis committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    857dd1a View commit details
    Browse the repository at this point in the history