MCPcopy Create free account
hub / github.com/Norbyte/bg3se / RequestEnableDebugging

Method RequestEnableDebugging

BG3Extender/Lua/Debugger/LuaDebugger.cpp:714–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712 }
713
714 void ContextDebugger::RequestEnableDebugging(bool enabled)
715 {
716 pendingActions_.push([=]() {
717 if (enabled_ != enabled) {
718 EnableDebugging(enabled);
719 }
720 });
721 breakpointCv_.notify_one();
722 }
723
724 void ContextDebugger::EnableDebugging(bool enabled)
725 {

Callers 1

EnableDebuggingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected