Searched refs:allow_attaching_debugger (Results 1 – 3 of 3) sorted by relevance
735 } else if (!options.inspector_enabled || !options.allow_attaching_debugger || in Start()931 if (!options().allow_attaching_debugger) { in RequestIoThreadStart()
172 debug_options_.allow_attaching_debugger = false; in CheckOptions()189 debug_options_.allow_attaching_debugger = false; in CheckOptions()
75 bool allow_attaching_debugger = true; variable