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

Debugger: Don't modify disassembly focus on CPU state change #10406

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

F0bes
Copy link
Member

@F0bes F0bes commented Dec 14, 2023

Description of Changes

Fixes #10392

Rationale behind Changes

The inactive CPU widget was being set to focus every time the VM state changed to pause.

Suggested Testing Steps

Try to reproduce the issue in #10392
I also fixed a signed-compare warning. Try removing memory search results and verify that it works.

Copy link
Contributor

@Daniel-McCarthy Daniel-McCarthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good, nice work figuring out these issue!
I tested:

  • Verifying the breakpoint bug is no longer an issue. I am no longer able to reproduce it with your changes.
  • Verifying that removing a result from the search list still works as expected. No impact on functionality.

LGTM!

@refractionpcsx2 refractionpcsx2 merged commit 20c3178 into master Dec 15, 2023
22 checks passed
@refractionpcsx2 refractionpcsx2 deleted the debugger-focus-change branch December 15, 2023 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Debugger: Spamming B key or spacebar in R5900 disassembly view adds a random R3000 breakpoint
4 participants