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 <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>
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

Lines changed: 0 additions & 8 deletions
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)