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 5d12355 commit 3c9b03aCopy full SHA for 3c9b03a
src/node_options.h
@@ -21,6 +21,10 @@ struct HostPort {
21
}
22
};
23
24
+// These options are currently essentially per-Environment, but it can be nice
25
+// to keep them separate since they are a group of options applying to a very
26
+// specific part of Node. It might also make more sense for them to be
27
+// per-Isolate, rather than per-Environment.
28
class DebugOptions {
29
public:
30
bool inspector_enabled = false;
0 commit comments