-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Support for DataBreakpointAccessType condition #117835
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
Conversation
@yannickowow thanks for your PR and sorry for the slow response.
I hope my suggestion make sense and I wish you a nice day |
If I understood correctly, you are considering actions to support Regards. |
Great work, thanks again for your PR. I have left some comments in the code, once you tackle that let me know and I can do another review. Since we will probably merge this in this milestone it might be cool to write a test plan item so we cover this. Here's a good template #79799 @yannickowow if you have time maybe you could write a test plan item and ping me @isidorn on it |
Fantastic work. Merging in, thanks a lot for your contribution ☀️ |
This PR fixes #113922
Hi,
Here you will find a draft PR to support DataBreakpoint access type.
When right-clicking on a DataBreakpoint variable, you can by this way select an action based on
DataBreakpointAccessTypes[]
response.By default, an empty array assumes
Break When Value Changes
(it was the current behaviour).Here you will find a record about this new behaviour:
sampleWorkspace-1614455088109.mp4
For a better experience, I would suggest here a radiobutton instead of checkbox... Any ideas ?
I did update breakpointTests as well to ensure
accessType
is correctly set.Thanks in advance !