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

Add test debugging support #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Nov 4, 2014

  1. Add test debugging support

    When cli.js executed by Node.js running in debug mode, child processes are also running in debug mode with different port.
    It is possible to run cli.js in normal mode and debug only child processes using --debug option.
    It is possible to specify debug port after --debug option.
    
    Close qunitjs#108.
    micellius committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    db5006c View commit details
    Browse the repository at this point in the history