MCPcopy 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
499bool BNDebuggerStepInto(BNDebuggerController* controller, BNFunctionGraphType il)
500{
501 return controller->object->StepInto(il);
502}
503
504
505bool BNDebuggerStepOver(BNDebuggerController* controller, BNFunctionGraphType il)

Callers 1

StepIntoMethod · 0.85

Calls 1

StepIntoMethod · 0.45

Tested by

no test coverage detected