MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdStepOut

Function CmdStepOut

source/Debugger/Debug.cpp:2659–2670  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

2657
2658//===========================================================================
2659Update_t CmdStepOut (int nArgs)
2660{
2661 // TODO: "RET" should probably pop the Call stack
2662 // Also see: CmdCursorJumpRetAddr
2663 WORD nAddress = _6502_GetStackReturnAddress();
2664
2665 nArgs = _Arg_1( nAddress );
2666 g_aArgs[1].sArg[0] = 0;
2667 CmdGo( 1, true );
2668
2669 return UPDATE_ALL;
2670}
2671
2672//===========================================================================
2673Update_t CmdTrace (int nArgs)

Callers 2

CmdStepOverFunction · 0.85
DebuggerProcessKeyFunction · 0.85

Calls 3

_Arg_1Function · 0.85
CmdGoFunction · 0.85

Tested by

no test coverage detected