We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, not sure if this has already been discussed somewhere or planned.
But having watch expressions in comments being evaluated would be awesome.
For example, something like:
// an example, raddbg: (x + 5) int x = 7;
Which would show x as 12 in a similar tooltip as to when you pin variables you are watching whilst debugging.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, not sure if this has already been discussed somewhere or planned.
But having watch expressions in comments being evaluated would be awesome.
For example, something like:
Which would show x as 12 in a similar tooltip as to when you pin variables you are watching whilst debugging.
The text was updated successfully, but these errors were encountered: