开发者

how to view content of object using TotalView?

开发者 https://www.devze.com 2023-02-10 06:51 出处:网络
how to view content of object using TotalView? suppose i hav a Reference of a class an开发者_StackOverflow社区d i called the function of that class. then how i can view all content of that class using

how to view content of object using TotalView? suppose i hav a Reference of a class an开发者_StackOverflow社区d i called the function of that class. then how i can view all content of that class using that Reference in Total View debugger. My code is in c++.


You just need to double-click on the variable: it will pop-up a window with the contents. Note that you need to have built your application with debug symbols turned on.

0

精彩评论

暂无评论...
验证码 换一张
取 消