MCPcopy Create free account
hub / github.com/Norbyte/ositools / ClearAllBreakpoints

Method ClearAllBreakpoints

OsiInterface/Debugger.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 void BreakpointManager::ClearAllBreakpoints()
199 {
200 globalBreakpoints_ = 0;
201 breakpoints_->clear();
202 ClearForcedBreakpoints();
203 }
204
205 void BreakpointManager::SetDebuggingDisabled(bool disabled)
206 {

Callers 1

HandleDisconnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected