mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12: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()
|
void debugger_frame::UpdateUI()
|
||||||
{
|
{
|
||||||
UpdateUnitList();
|
UpdateUnitList();
|
||||||
|
ShowPC();
|
||||||
|
|
||||||
const auto cpu = get_cpu();
|
const auto cpu = get_cpu();
|
||||||
|
|
||||||
|
@ -964,7 +965,6 @@ void debugger_frame::DoUpdate()
|
||||||
m_last_step_over_breakpoint = -1;
|
m_last_step_over_breakpoint = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ShowPC();
|
|
||||||
WritePanels();
|
WritePanels();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue