Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerStepInto
Function
BNDebuggerStepInto
core/ffi.cpp:499–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
498
499
bool BNDebuggerStepInto(BNDebuggerController* controller, BNFunctionGraphType il)
500
{
501
return controller->object->StepInto(il);
502
}
503
504
505
bool BNDebuggerStepOver(BNDebuggerController* controller, BNFunctionGraphType il)
Callers
1
StepInto
Method · 0.85
Calls
1
StepInto
Method · 0.45
Tested by
no test coverage detected