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

Method MergeStarted

OsiInterface/Debugger.cpp:403–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402
403 void Debugger::MergeStarted()
404 {
405 ServerThreadReentry();
406 // Disable debugging during merge, as the nodes will be changing dynamically
407 // which breaks most debugger assumptions
408 debuggingDisabled_ = true;
409 breakpoints_.SetDebuggingDisabled(true);
410 }
411
412 void Debugger::MergeFinished()
413 {

Callers 1

MergeWrapperMethod · 0.80

Calls 1

SetDebuggingDisabledMethod · 0.80

Tested by

no test coverage detected