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

Method StepInto

api/debuggercontroller.cpp:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377
378
379bool DebuggerController::StepInto(BNFunctionGraphType il)
380{
381 return BNDebuggerStepInto(m_object, il);
382}
383
384
385bool DebuggerController::StepOver(BNFunctionGraphType il)

Callers 3

performStepIntoMethod · 0.45
SetupMenuMethod · 0.45
InitializeUIMethod · 0.45

Calls 1

BNDebuggerStepIntoFunction · 0.85

Tested by

no test coverage detected