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 9ab63d6 commit 2c82fb0Copy full SHA for 2c82fb0
lib/internal/bootstrap_node.js
@@ -104,14 +104,6 @@
104
NativeModule.require('node-inspect/lib/_inspect').start();
105
});
106
107
- } else if (process.argv[1] === '--remote_debugging_server') {
108
- // Start the debugging server
109
- NativeModule.require('internal/inspector/remote_debugging_server');
110
-
111
- } else if (process.argv[1] === '--debug-agent') {
112
- // Start the debugger agent
113
- NativeModule.require('_debug_agent').start();
114
115
} else if (process.profProcess) {
116
NativeModule.require('internal/v8_prof_processor');
117
0 commit comments