Mohit Sethi
Mohit Sethi
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.
Can't wait for this to be merged.
Mouse hover over static variable in class still shows wrong value 
Another note (maybe helpful): clicking `Alt+W` while cursor on Line `24` adds `b` to watch window instead of `Test::b`.
Built 96b0dd078330cb0e17f9ef66eab6228b58e1da58 Seems to be broken again, nothing on hover over the static and global variables.
Oh okay, I tested with original code. Everything in watch seems to work perfectly for this case. Hover on Test::b doesn't show the value and Alt+W over that line adds...
Everything works perfectly, thanks for the fixes!
I'm still facing this issue with eastl::shared_ptr where `ref.ref_count_sp` is not shown correctly.  This is how `ref_count_sp` looks  Version: 0.9.3 Alpha
Turned out eastl::atomic has a parent so I guess it can be related to #48 Sorry for the false positive, will wait for that one to be fixed and validate...
Tried https://github.com/EpicGames/raddebugger/commit/e2e1382508385410dcb025d50dc644e0a2831a97 but this seems like a completely different issue than #48. Check `CameraConstantBuffer`  