Commit 11c1bae7 authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

lib: make --debug-port work with cluster

Make the cluster module intercept the `--debug-port=<port>` command line
switch and replace it with the debug port of the child process.

A happy coincidence of this change is that it finally makes it possible
to run the sequential/test-debug-signal-cluster in parallel, it now no
longer needs the default port numbers.

PR-URL: https://github.com/iojs/io.js/pull/306


Reviewed-By: default avatarMiroslav Bajtoš <miroslav@strongloop.com>
parent 5ec5fd83
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment