From 159f9494a95490a892e13ffc0bb71d55a20b7217 Mon Sep 17 00:00:00 2001 From: Eladash Date: Thu, 28 Apr 2022 18:11:12 +0300 Subject: [PATCH] Debugger: Keep instruction's panel up-to-date with memory changes --- rpcs3/rpcs3qt/debugger_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/rpcs3qt/debugger_frame.cpp b/rpcs3/rpcs3qt/debugger_frame.cpp index 0b66349c79..600b6e781f 100644 --- a/rpcs3/rpcs3qt/debugger_frame.cpp +++ b/rpcs3/rpcs3qt/debugger_frame.cpp @@ -743,6 +743,7 @@ std::function debugger_frame::make_check_cpu(cpu_thread* cpu) void debugger_frame::UpdateUI() { UpdateUnitList(); + ShowPC(); const auto cpu = get_cpu(); @@ -964,7 +965,6 @@ void debugger_frame::DoUpdate() m_last_step_over_breakpoint = -1; } - ShowPC(); WritePanels(); }