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

[Feature request] Allow watch expressons in comments to be evaluated #311

Open
moizifty opened this issue Aug 29, 2024 · 0 comments
Open
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.

Comments

@moizifty
Copy link

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.

@ryanfleury ryanfleury added the Feature Request A request for a new feature or improvement. label Oct 8, 2024
@ryanfleury ryanfleury added the Debugger Pertains to the debugger. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants