Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ ClearForcedBreakpoints
Method
ClearForcedBreakpoints
BG3Extender/Osiris/Debugger/Debugger.cpp:174–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void BreakpointManager::ClearForcedBreakpoints()
175
{
176
forceBreakpoint_ = false;
177
maxBreakDepth_ = 0;
178
forceBreakpointMask_ = 0;
179
}
180
181
uint64_t BreakpointManager::MakeNodeBreakpointId(uint32_t nodeId)
182
{
Callers
1
FinishedSingleStep
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected