Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
bool DebuggerController::StepOver(BNFunctionGraphType il)
386
{
387
return BNDebuggerStepOver(m_object, il);
388
}
389
390
391
bool DebuggerController::StepReturn()
Callers
3
performStepOver
Method · 0.45
SetupMenu
Method · 0.45
InitializeUI
Method · 0.45
Calls
1
BNDebuggerStepOver
Function · 0.85
Tested by
no test coverage detected