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

Method debugStepBackCB

src/drivers/Qt/ConsoleDebugger.cpp:3094–3106  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3092}
3093//----------------------------------------------------------------------------
3094void ConsoleDebugger::debugStepBackCB(void)
3095{
3096 if (FCEUI_EmulationPaused())
3097 {
3098 FCEU_WRAPPER_LOCK();
3099 FCEUD_TraceLoggerBackUpInstruction();
3100 updateWindowData(QAsmView::UPDATE_ALL);
3101 hexEditorUpdateMemoryValues(true);
3102 hexEditorRequestUpdateAll();
3103 lastBpIdx = BREAK_TYPE_STEP;
3104 FCEU_WRAPPER_UNLOCK();
3105 }
3106}
3107//----------------------------------------------------------------------------
3108void ConsoleDebugger::debugRunToCursorCB(void)
3109{

Callers

nothing calls this directly

Tested by

no test coverage detected