Replies: 1 comment
-
I opened an issue for this problem before I noticed this. If you already have an open issue for it let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When debugging I frequently need to lookup the type name of polymorphic objects.
The Variables window and watch window do show the contents of pointers, but not the type of the object instance.
As a workaround I can add "this.someMissingField" to the watch window and get an error message containing the type name
this
points to.Is there a way to always show the type name of pointers?
Beta Was this translation helpful? Give feedback.
All reactions