Skip to content

Commit

Permalink
lib: remove the invalid command line options
Browse files Browse the repository at this point in the history
The option --remote_debugging_server and --debug-agent are
not supported now.

PR-URL: #13764
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
JacksonTian authored and MylesBorins committed Sep 12, 2017
1 parent 3a18df0 commit ea0a882
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/internal/bootstrap_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@
NativeModule.require('node-inspect/lib/_inspect').start();
});

} else if (process.argv[1] === '--remote_debugging_server') {
// Start the debugging server
NativeModule.require('internal/inspector/remote_debugging_server');

} else if (process.argv[1] === '--debug-agent') {
// Start the debugger agent
NativeModule.require('_debug_agent').start();

} else if (process.profProcess) {
NativeModule.require('internal/v8_prof_processor');

Expand Down

0 comments on commit ea0a882

Please sign in to comment.