Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
379
bool DebuggerController::StepInto(BNFunctionGraphType il)
380
{
381
return BNDebuggerStepInto(m_object, il);
382
}
383
384
385
bool DebuggerController::StepOver(BNFunctionGraphType il)
Callers
3
performStepInto
Method · 0.45
SetupMenu
Method · 0.45
InitializeUI
Method · 0.45
Calls
1
BNDebuggerStepInto
Function · 0.85
Tested by
no test coverage detected