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

Method FinishUpdatingNodeBreakpoints

OsiInterface/Debugger.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void BreakpointManager::FinishUpdatingNodeBreakpoints()
190 {
191 auto pendingBps = std::move(this->pendingBreakpoints_);
192 if (pendingBps.get() != nullptr) {
193 Debug("BreakpointManager::FinishUpdatingNodeBreakpoints(): Syncing breakpoints in server thread");
194 this->breakpoints_.swap(pendingBps);
195 }
196 }
197
198 void BreakpointManager::ClearAllBreakpoints()
199 {

Callers 1

HandleSetBreakpointsMethod · 0.80

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected