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

Implement treeview to visualize class member variables that are images #29

Open
brunoalr opened this issue Jun 24, 2021 · 0 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@brunoalr
Copy link
Member

From csantosbh/gdb-imagewatch#41
nolyn commented on Aug 30, 2018

Thanks, I think this will be very helpful.

I have typically some objects with have several images as members. I added some giwtypes to display one of them. Displaying all of them is not possible I believe, since the backend only checks if the parent was already processed, which is the case after the first member was found. I thought about changing the backend such, that all variables are parsed down to all members and then only add giwtypes for the basic types. But I think that would require substantial changes, probably treeview instead of list and some mechanism would be required to avoid endless loops if a variable has a pointer to itself or its parent. At that time I had no idea how to debug it and created this issue. At the moment I have no time xD. I hope I will have some time in the future to look into it.

@brunoalr brunoalr added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant