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

Method StepInto

core/debuggercontroller.cpp:448–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447
448bool DebuggerController::StepInto(BNFunctionGraphType il)
449{
450 if (!CanResumeTarget())
451 return false;
452
453 std::thread([&, il]() { StepIntoAndWait(il); }).detach();
454
455 return true;
456}
457
458
459DebugStopReason DebuggerController::StepIntoAndWait(BNFunctionGraphType il)

Callers 2

BNDebuggerStepIntoFunction · 0.45
ExecuteAdapterAndWaitMethod · 0.45

Calls 1

detachMethod · 0.80

Tested by

no test coverage detected