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

Function CmdTraceLine

source/Debugger/Debug.cpp:2730–2741  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2728
2729//===========================================================================
2730Update_t CmdTraceLine (int nArgs)
2731{
2732 g_nDebugSteps = nArgs ? g_aArgs[1].nValue : 1;
2733 g_nDebugStepCycles = 1;
2734 g_nDebugStepStart = regs.pc;
2735 g_nDebugStepUntil = -1;
2736
2737 DebugEnterStepping();
2738 DebugContinueStepping(true);
2739
2740 return UPDATE_ALL; // TODO: Verify // 0
2741}
2742
2743
2744

Callers

nothing calls this directly

Calls 2

DebugEnterSteppingFunction · 0.85
DebugContinueSteppingFunction · 0.85

Tested by

no test coverage detected