-
Notifications
You must be signed in to change notification settings - Fork 47
Add watchpoint support #710
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
Add watchpoint support #710
Conversation
I remember this being completed, but I don't see a way in VS Code to actually declare a watchpoint, and this capability is not documented. Adding @rajrsingh |
@isc-solon does the information at https://code.visualstudio.com/Docs/editor/debugging#_data-breakpoints get you anywhere? |
Thanks, John. I didn't think to check the code doc itself. Very clear. But...my context menu only shows "Add to Watch" and none of the "Break on" options. |
Fascinating! Whether I'm in a class method or a .Mac routine, and whether or not I right-click on the variable in the Variables section or the Watch section, I don't see "Break On Value Change". I'm on the latest versions of VS Code and the extensions, and I'm running v2023.2 of IRIS for Health in a container. I don't have that "proposed APIs" thing enabled. |
Do "proposed APIs" ever become "standard APIs?" |
We're hoping so... |
What you're seeing is unrelated to proposed API. Please see #1252 (comment) |
This PR fixes #697