| 1563 | } |
| 1564 | |
| 1565 | static void breakOnBadOpcodeCB( GtkToggleButton *togglebutton, debuggerWin_t * dw) |
| 1566 | { |
| 1567 | FCEUI_Debugger().badopbreak = !FCEUI_Debugger().badopbreak; |
| 1568 | |
| 1569 | updateAllDebugWindows(); |
| 1570 | } |
| 1571 | |
| 1572 | static void breakOnCyclesCB( GtkToggleButton *togglebutton, debuggerWin_t * dw) |
| 1573 | { |
nothing calls this directly
no test coverage detected