Skip to content

Commit cb7fb50

Browse files
JacksonTiancjihrig
authored andcommitted
lib: remove the invalid command line options
The option --remote_debugging_server and --debug-agent are not supported now. PR-URL: nodejs#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]>
1 parent 8e015ae commit cb7fb50

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: lib/internal/bootstrap_node.js

-8
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,6 @@
136136
NativeModule.require('node-inspect/lib/_inspect').start();
137137
});
138138

139-
} else if (process.argv[1] === '--remote_debugging_server') {
140-
// Start the debugging server
141-
NativeModule.require('internal/inspector/remote_debugging_server');
142-
143-
} else if (process.argv[1] === '--debug-agent') {
144-
// Start the debugger agent
145-
NativeModule.require('_debug_agent').start();
146-
147139
} else if (process.profProcess) {
148140
NativeModule.require('internal/v8_prof_processor');
149141

0 commit comments

Comments
 (0)