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

Function SingleStep

source/Windows/AppleWin.cpp:280–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void SingleStep(bool bReinit)
281{
282 if (bReinit)
283 {
284 g_uModeStepping_Cycles = 0;
285 g_uModeStepping_LastGetKey_ScrollLock = false;
286 }
287
288 ContinueExecution();
289}
290
291//===========================================================================
292

Callers 1

DebugContinueSteppingFunction · 0.85

Calls 1

ContinueExecutionFunction · 0.85

Tested by

no test coverage detected