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

Method FinishedSingleStep

BG3Extender/Osiris/Debugger/Debugger.cpp:696–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694 }
695
696 void Debugger::FinishedSingleStep()
697 {
698 // Called when we're finished single stepping and want to cancel single-step triggers
699 breakpoints_.ClearForcedBreakpoints();
700 }
701
702 void Debugger::FinishUpdatingNodeBreakpoints()
703 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected