Makes the Trace Logger refresh adequately when using stepping options in the debugger. No visible speed reduction over the previous coding.

This commit is contained in:
ugetab 2009-10-17 18:08:32 +00:00
parent 8b8cc62b26
commit 972e87ca32
1 changed files with 2 additions and 2 deletions

View File

@ -519,7 +519,7 @@ bool inDebugger = false;
//this code enters the debugger.
void FCEUD_DebugBreakpoint() {
UpdateDebugger();
UpdateDebuggingDialogs(); //Keeps the debugging windows updating smoothly when stepping
void win_debuggerLoop(); //HACK
win_debuggerLoop();
}
@ -1331,7 +1331,7 @@ BOOL CALLBACK DebuggerCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPara
}
else FCEUI_Debugger().step = true;
FCEUI_SetEmulationPaused(0);
UpdateLogWindow();
//UpdateLogWindow();
}
break;
case IDC_DEBUGGER_SEEK_PC: