raddebugger
raddebugger copied to clipboard
Can't see parent class members
I can view variables for the type itself, but it doesn't have information about the type that it inherits from. Just tested with latest code (1/15/2024).
I'm using EASTL and facing the same issue, none of the data structures like eastl::string, eastl::vector, eastl::map shows anything as data lies in parent class/structs.
Thanks for this report - I'll get this fixed.
Single inheritance support is now in, as of c2e90225b90521782ea9b307dfb2b18f6d5b1cfc. Working on more complex cases now.
I just grabbed that commit and it's working for the list of variables in the child type, but accessing the member directly still says it can't be found.
Shoot, thanks for catching that...
Fixed that issue in e2e1382508385410dcb025d50dc644e0a2831a97 @ravencgg.
Looks good now, thanks!