From 972e87ca3248f6f3e89318d0d341cbb57abb2495 Mon Sep 17 00:00:00 2001 From: ugetab Date: Sat, 17 Oct 2009 18:08:32 +0000 Subject: [PATCH] Makes the Trace Logger refresh adequately when using stepping options in the debugger. No visible speed reduction over the previous coding. --- src/drivers/win/debugger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drivers/win/debugger.cpp b/src/drivers/win/debugger.cpp index 5f3fcd80..53980ef0 100644 --- a/src/drivers/win/debugger.cpp +++ b/src/drivers/win/debugger.cpp @@ -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: