Skip to content

Commit ea0a882

Browse files
JacksonTianMylesBorins
authored andcommitted
lib: remove the invalid command line options
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]>
1 parent 3a18df0 commit ea0a882

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/internal/bootstrap_node.js

-8
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@
119119
NativeModule.require('node-inspect/lib/_inspect').start();
120120
});
121121

122-
} else if (process.argv[1] === '--remote_debugging_server') {
123-
// Start the debugging server
124-
NativeModule.require('internal/inspector/remote_debugging_server');
125-
126-
} else if (process.argv[1] === '--debug-agent') {
127-
// Start the debugger agent
128-
NativeModule.require('_debug_agent').start();
129-
130122
} else if (process.profProcess) {
131123
NativeModule.require('internal/v8_prof_processor');
132124

0 commit comments

Comments
 (0)