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 disassambler loses scroll position when the game is resumed #12170

Open
Fire-Cube opened this issue Jan 7, 2025 · 2 comments
Labels

Comments

@Fire-Cube
Copy link

Describe the Bug

If you open the debugger and look at a specific position in the disassambler, then pause the game and resume it, PCSX2 loses the scroll position and you are back at the top.

Reproduction Steps

Open debugger, go to a specific address in the disassambler, pause the game and then continue.

Expected Behavior

It should stay at the same position as before

PCSX2 Revision

Nightly

Operating System

Windows 11

If Linux - Specify Distro

No response

Logs & Dumps

No response

@Fire-Cube Fire-Cube added the Bug label Jan 7, 2025
@chaoticgd
Copy link
Contributor

chaoticgd commented Jan 7, 2025

I believe that's intentional, it goes to the address stored in the program counter.

@Fire-Cube
Copy link
Author

Would it be an option to add a setting to control the behavior? It is very hindering in the development of cheats

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants