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.
我正在使用 Solaris 并想stl::string在 dbx 中打印。我应该使用哪个命令来打印它?打印不工作。
stl::string
给定
std::string str;
这将打印整个对象:
(dbx) print str
在 Solaris 11.2 上,使用 Solaris Studio 12.3,这将只打印 的值std::string:
std::string
(dbx) print str.__data_.__data_