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

Function breakOnBadOpcodeCB

src/drivers/sdl/debugger.cpp:1565–1570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1563}
1564
1565static void breakOnBadOpcodeCB( GtkToggleButton *togglebutton, debuggerWin_t * dw)
1566{
1567 FCEUI_Debugger().badopbreak = !FCEUI_Debugger().badopbreak;
1568
1569 updateAllDebugWindows();
1570}
1571
1572static void breakOnCyclesCB( GtkToggleButton *togglebutton, debuggerWin_t * dw)
1573{

Callers

nothing calls this directly

Calls 1

updateAllDebugWindowsFunction · 0.85

Tested by

no test coverage detected