Mohit Sethi

Results 66 comments of Mohit Sethi

No luck, tried with deleting both PDB and RADDBG files. Also, I just noticed many of my pure virtual classes are behaving like that. Will confirm in a while.

Here's the trivial example: It's happening as long as parent class has any virtual function (pure or not doesn't matter) ![image](https://github.com/EpicGames/raddebugger/assets/29519295/54c84426-b103-4564-a451-9a14251b5ac1)

Thanks for quick fixes. Can confirm pure virtuals are not showing wrong data. However child is not showing the parent's variables (pure or not doesn't matter). Pure virtual: Non pure...

Working as expected now, no worries, please take your time :) And thankyou for this awesome debugger!

Thanks for all your hard work! Everything seems to be working except the derived pointer conversion in non virtual inheritance case. ![image](https://github.com/EpicGames/raddebugger/assets/29519295/b43c68e4-6f68-4cde-adeb-0843fcb396f5)

Sorry about naively pointing to the issue without checking in VS and thanks for all the info :)

+1 I also use it to have `_NO_DEBUG_HEAP=1`, not sure it is here by default or not.

Yeah it makes sense, I have no other use case as of now!

Same for the command "open". New view is opened everytime even if a view with same file is opened already!

Tried deleting all the RADDBGI files, no luck.