mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
arm64jit: Enable breakpoints.
Memory breakpoints not yet really tested.
This commit is contained in:
@@ -809,7 +809,6 @@ void CDisasm::SetDebugMode(bool _bDebug, bool switchPC)
|
||||
if (_bDebug && GetUIState() == UISTATE_INGAME && PSP_IsInited())
|
||||
{
|
||||
Core_WaitInactive(TEMP_BREAKPOINT_WAIT_MS);
|
||||
CBreakPoints::ClearTemporaryBreakPoints();
|
||||
breakpointList->reloadBreakpoints();
|
||||
threadList->reloadThreads();
|
||||
stackTraceView->loadStackTrace();
|
||||
@@ -913,4 +912,4 @@ void CDisasm::UpdateDialog(bool _bComplete)
|
||||
// redraw. all others are updated manually
|
||||
InvalidateRect (GetDlgItem(m_hDlg, IDC_DEBUGMEMVIEW), NULL, TRUE);
|
||||
UpdateWindow (GetDlgItem(m_hDlg, IDC_DEBUGMEMVIEW));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user