mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Debugger: Keep instruction's panel up-to-date with memory changes
This commit is contained in:
parent
8316469cfc
commit
159f9494a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue