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

Method ConditionalBreakpointInServerThread

BG3Extender/Osiris/Debugger/Debugger.cpp:712–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710 }
711
712 void Debugger::ConditionalBreakpointInServerThread(Node * bpNode, uint64_t bpNodeId, BreakpointType bpType, GlobalBreakpointType globalBpType)
713 {
714 if (breakpoints_.ShouldTriggerBreakpoint(callStack_, bpNode, bpNodeId, bpType, globalBpType)) {
715 FinishedSingleStep();
716 BreakpointInServerThread();
717 }
718 }
719
720 void Debugger::BreakpointInServerThread()
721 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected