mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Debugger: Keep instruction's panel up-to-date with memory changes
This commit is contained in:
parent
8316469cfc
commit
159f9494a9
@ -743,6 +743,7 @@ std::function<cpu_thread*()> 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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user