Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ ClearForcedBreakpoints
Method
ClearForcedBreakpoints
OsiInterface/Debugger.cpp:218–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
void BreakpointManager::ClearForcedBreakpoints()
219
{
220
forceBreakpoint_ = false;
221
maxBreakDepth_ = 0;
222
forceBreakpointMask_ = 0;
223
}
224
225
uint64_t BreakpointManager::MakeNodeBreakpointId(uint32_t nodeId)
226
{
Callers
1
FinishedSingleStep
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected