Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
lib: remove the unused option --remote_debugging_server
The option --remote_debugging_server is not supported now.

And the internal/inspector/remote_debugging_server file not exists.
  • Loading branch information
JacksonTian committed Jun 18, 2017
commit 86de11eb99d63825224c3f2bfb2740b03c9a5390
4 changes: 0 additions & 4 deletions lib/internal/bootstrap_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,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();
Expand Down