You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a breakpoint to read will not only trigger on load instructions (LW, LB, LH and etc), but on save instructions too (SW, SB, SH and etc). This leads the debugger to pause the emulator on unintended instructions. As a result, debugging is not as effective as it should be.
Reproduction Steps
Set a breakpoint to read and watch.
Expected Behavior
Only load instructions should trigger a breakpoint set on read.
PCSX2 Revision
Latest
Operating System
Windows 11
If Linux - Specify Distro
No response
Logs & Dumps
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
Setting a breakpoint to read will not only trigger on load instructions (LW, LB, LH and etc), but on save instructions too (SW, SB, SH and etc). This leads the debugger to pause the emulator on unintended instructions. As a result, debugging is not as effective as it should be.
Reproduction Steps
Set a breakpoint to read and watch.
Expected Behavior
Only load instructions should trigger a breakpoint set on read.
PCSX2 Revision
Latest
Operating System
Windows 11
If Linux - Specify Distro
No response
Logs & Dumps
No response
The text was updated successfully, but these errors were encountered: