Is it possible to see a vector of custom objects in the debugger? #7629
Unanswered
Yudi Yamane (yudi-azvd)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There is
std::vector<Line>and what I see on the debugger is pretty much what is expected. I can see each item attribute (contentand_isDisabled) by clicking in the item drop down button:I was wondering if there is a more interesting way to observe objects of custom classes, like this
where the string shown is some kind of stringification of my custom object.
All reactions