Mohit Sethi

Results 46 comments of 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.

Mouse hover over static variable in class still shows wrong value ![image](https://github.com/EpicGames/raddebugger/assets/29519295/8cd309a0-91b3-42d5-b324-bde6836db8d2)

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. ![image](https://github.com/EpicGames/raddebugger/assets/29519295/e3b7232f-65f2-4354-9eae-9d25d58256b0) This is how `ref_count_sp` looks ![image](https://github.com/EpicGames/raddebugger/assets/29519295/cf5bc116-b74f-46b4-a644-eec1a525104e) 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` ![image](https://github.com/EpicGames/raddebugger/assets/29519295/7545e267-b085-4558-aa93-48a190a2136b) ![image](https://github.com/EpicGames/raddebugger/assets/29519295/7cbf38d9-8d60-42bb-979e-575ae4ff9296)