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

Qt/CodeViewWidget: Small fixes to Update(). #11587

Merged

Conversation

AdmiralCurtiss
Copy link
Contributor

The Breakpoint check seems completely unnecessary and caused spurious breaks with conditional breakpoints (because IsBreakpoint() returns true for them even if the condition evaluates to false).

Reading ppcState.pc doesn't give meaningful results when the CPU is running so don't do that either.

@lioncash lioncash merged commit c7f48c8 into dolphin-emu:master Feb 20, 2023
14 checks passed
@AdmiralCurtiss AdmiralCurtiss deleted the code-view-breakpoint-logic branch February 20, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants