MCPcopy Create free account
hub / github.com/TASEmulators/fceux / debugStepIntoCB

Function debugStepIntoCB

src/drivers/sdl/debugger.cpp:1309–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307}
1308
1309static void debugStepIntoCB (GtkButton * button, debuggerWin_t * dw)
1310{
1311 if (FCEUI_EmulationPaused())
1312 {
1313 dw->setRegsFromEntry();
1314 }
1315 FCEUI_Debugger().step = true;
1316 FCEUI_SetEmulationPaused(0);
1317}
1318
1319static void debugStepOutCB (GtkButton * button, debuggerWin_t * dw)
1320{

Callers 2

buildMenuBarMethod · 0.85
buildToolBarMethod · 0.85

Calls 3

FCEUI_EmulationPausedFunction · 0.85
FCEUI_SetEmulationPausedFunction · 0.85
setRegsFromEntryMethod · 0.45

Tested by

no test coverage detected