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 <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
JacksonTian authored and BridgeAR committed Aug 30, 2017
1 parent c77e6d3 commit 9f175d1
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 @@ -136,14 +136,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 9f175d1

Please sign in to comment.