Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Debugger: Setting breakpoints to read triggers writes as well #12393

Open
Loy2up opened this issue Mar 6, 2025 · 0 comments
Open

[BUG]: Debugger: Setting breakpoints to read triggers writes as well #12393

Loy2up opened this issue Mar 6, 2025 · 0 comments

Comments

@Loy2up
Copy link
Contributor

Loy2up commented Mar 6, 2025

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

@Loy2up Loy2up added the Bug label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants