Home
last modified time | relevance | path

Searched refs:allow_attaching_debugger (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dinspector_agent.cc735 } else if (!options.inspector_enabled || !options.allow_attaching_debugger || in Start()
931 if (!options().allow_attaching_debugger) { in RequestIoThreadStart()
Dnode_options.cc172 debug_options_.allow_attaching_debugger = false; in CheckOptions()
189 debug_options_.allow_attaching_debugger = false; in CheckOptions()
Dnode_options.h75 bool allow_attaching_debugger = true; variable