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: fix --debug-brk interaction with -e #7089

Closed
wants to merge 2 commits into from

Commits on Jun 4, 2016

  1. debugger: fix --debug-brk interaction with -e

    The command line flag `--debug-brk` was ignored when the `-e` flag was
    also present. This change allows the flags to both be honored when they
    are used in a single command line.
    
    Fixes: nodejs#3589
    Trott committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    10c64e9 View commit details
    Browse the repository at this point in the history
  2. squash: fix nit

    Trott committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    3c348f3 View commit details
    Browse the repository at this point in the history