We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a18df0 commit ea0a882Copy full SHA for ea0a882
lib/internal/bootstrap_node.js
@@ -119,14 +119,6 @@
119
NativeModule.require('node-inspect/lib/_inspect').start();
120
});
121
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
130
} else if (process.profProcess) {
131
NativeModule.require('internal/v8_prof_processor');
132
0 commit comments