raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

Can't see parent class members

Open ravencgg opened this issue 1 year ago • 2 comments

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).

97201783-525d-4427-a905-839039257246

ravencgg avatar Jan 15 '24 22:01 ravencgg

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.

GloriousPtr avatar Jan 15 '24 22:01 GloriousPtr

Thanks for this report - I'll get this fixed.

ryanfleury avatar Jan 15 '24 22:01 ryanfleury

Single inheritance support is now in, as of c2e90225b90521782ea9b307dfb2b18f6d5b1cfc. Working on more complex cases now.

ryanfleury avatar Jan 16 '24 19:01 ryanfleury

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. image

ravencgg avatar Jan 16 '24 20:01 ravencgg

Shoot, thanks for catching that...

ryanfleury avatar Jan 16 '24 20:01 ryanfleury

Fixed that issue in e2e1382508385410dcb025d50dc644e0a2831a97 @ravencgg.

ryanfleury avatar Jan 16 '24 20:01 ryanfleury

Looks good now, thanks!

ravencgg avatar Jan 16 '24 20:01 ravencgg