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

Method ClearAllBreakpoints

BG3Extender/Osiris/Debugger/Debugger.cpp:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void BreakpointManager::ClearAllBreakpoints()
155 {
156 globalBreakpoints_ = 0;
157 breakpoints_->clear();
158 ClearForcedBreakpoints();
159 }
160
161 void BreakpointManager::SetDebuggingDisabled(bool disabled)
162 {

Callers 1

HandleDisconnectMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected