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: Add conditional breakpoints to memory BPs #11274
Debugger: Add conditional breakpoints to memory BPs #11274
Conversation
3f24ae4
to
487f4fc
Compare
|
This would have been so useful in my various debugging adventures. Had to use Visual Studio's breakpoints instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beside these, tested and the condition seems evaluated properly.
487f4fc
to
60e868d
Compare
|
Looks like I fixed the breakpoint strings with $. |
60e868d
to
9df282f
Compare
9df282f
to
a17fbe7
Compare
|
Retested now that the other conditional PR was merged. Seems to be working the same, no problems. This should be the final conditional PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and LGTM.
I think it's fairly straightforward. I copied the conditional instruction BP changes.