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

Pointer de-aliasing #31

Open
qrdl opened this issue Apr 15, 2020 · 0 comments
Open

Pointer de-aliasing #31

qrdl opened this issue Apr 15, 2020 · 0 comments
Labels
idea Thoughts, ideas, things to consider

Comments

@qrdl
Copy link
Owner

qrdl commented Apr 15, 2020

For pointers that alias other variables (were no allocated using malloc) find the name of the variable the pointer points to, and display in Watch.
Pointer can also point to something inside the variable, like specific struct field or array item.

@qrdl qrdl added the idea Thoughts, ideas, things to consider label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Thoughts, ideas, things to consider
Projects
None yet
Development

No branches or pull requests

1 participant