mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Debugger: Visually show what CPU triggered a breakpoint
This commit is contained in:
committed by
refractionpcsx2
parent
95d1dcc521
commit
be405eb705
@@ -143,7 +143,7 @@ void psxBreakpoint(bool memcheck)
|
||||
return;
|
||||
}
|
||||
|
||||
CBreakPoints::SetBreakpointTriggered(true);
|
||||
CBreakPoints::SetBreakpointTriggered(true, BREAKPOINT_IOP);
|
||||
VMManager::SetPaused(true);
|
||||
Cpu->ExitExecution();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user