MCPcopy Create free account
hub / github.com/Vector35/debugger / StepOver

Method StepOver

core/debuggercontroller.cpp:568–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567
568bool DebuggerController::StepOver(BNFunctionGraphType il)
569{
570 if (!CanResumeTarget())
571 return false;
572
573 std::thread([&, il]() { StepOverAndWait(il); }).detach();
574
575 return true;
576}
577
578
579DebugStopReason DebuggerController::StepOverAndWait(BNFunctionGraphType il)

Callers 2

BNDebuggerStepOverFunction · 0.45
ExecuteAdapterAndWaitMethod · 0.45

Calls 1

detachMethod · 0.80

Tested by

no test coverage detected