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: check -e flag in debug break setup #8876

Closed
wants to merge 2 commits into from

Commits on Oct 1, 2016

  1. module: check -e flag in debug break setup

    When both --debug-brk and --eval are set, and a filename is
    specified, its full path is not set correctly, causing an error
    for relative filenames with './' omitted.
    
    For example, 'node --debug-brk -e 0 hello.js' throws an error.
    
    Since the script referenced by the filename is never run anyway,
    this change skips resolving its full path if both --debug-brk and
    --eval are set.
    kjin committed Oct 1, 2016
    Configuration menu
    Copy the full SHA
    9f22b8c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. test checks output

    kjin committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    54be1e4 View commit details
    Browse the repository at this point in the history