mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
DebugInterface: Watches methods added
Move Watches to Common
This commit is contained in:
parent
28138cfde9
commit
74d4a4478f
20 changed files with 436 additions and 166 deletions
|
@ -878,9 +878,7 @@ void CFrame::DoStop()
|
|||
|
||||
if (m_use_debugger && m_code_window)
|
||||
{
|
||||
PowerPC::watches.Clear();
|
||||
PowerPC::breakpoints.Clear();
|
||||
PowerPC::memchecks.Clear();
|
||||
PowerPC::debug_interface.Clear();
|
||||
if (m_code_window->HasPanel<CBreakPointWindow>())
|
||||
m_code_window->GetPanel<CBreakPointWindow>()->NotifyUpdate();
|
||||
g_symbolDB.Clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue