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

Function DebugEnterStepping

source/Debugger/Debug.cpp:1168–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166}
1167
1168static void DebugEnterStepping()
1169{
1170 ClearTempBreakpoints();
1171 g_nAppMode = MODE_STEPPING;
1172 GetFrame().FrameRefreshStatus(DRAW_TITLE | DRAW_DISK_STATUS);
1173}
1174
1175
1176//===========================================================================

Callers 3

CmdGoFunction · 0.85
CmdTraceFunction · 0.85
CmdTraceLineFunction · 0.85

Calls 2

ClearTempBreakpointsFunction · 0.85
FrameRefreshStatusMethod · 0.80

Tested by

no test coverage detected