| 1307 | } |
| 1308 | |
| 1309 | static 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 | |
| 1319 | static void debugStepOutCB (GtkButton * button, debuggerWin_t * dw) |
| 1320 | { |
no test coverage detected