Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 TotalView 查看对象的内容?假设我有一个类的引用,并且我调用了该类的函数。那么我如何在 Total View 调试器中使用该参考来查看该类的所有内容。我的代码是 C++。
您只需双击变量:它将弹出一个包含内容的窗口。请注意,您需要在打开调试符号的情况下构建应用程序。