We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e015ae commit cb7fb50Copy full SHA for cb7fb50
lib/internal/bootstrap_node.js
@@ -136,14 +136,6 @@
136
NativeModule.require('node-inspect/lib/_inspect').start();
137
});
138
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
147
} else if (process.profProcess) {
148
NativeModule.require('internal/v8_prof_processor');
149
0 commit comments