mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #6341 from sepalani/debug-watches
DebugInterface: Watches methods added
This commit is contained in:
@ -884,9 +884,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();
|
||||
|
Reference in New Issue
Block a user