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

Method StepOver

api/debuggercontroller.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384
385bool DebuggerController::StepOver(BNFunctionGraphType il)
386{
387 return BNDebuggerStepOver(m_object, il);
388}
389
390
391bool DebuggerController::StepReturn()

Callers 3

performStepOverMethod · 0.45
SetupMenuMethod · 0.45
InitializeUIMethod · 0.45

Calls 1

BNDebuggerStepOverFunction · 0.85

Tested by

no test coverage detected