When I am debugging a simple C++ program under Linux, I can't see the content of variables of std::string
:
Simultaneously, I can see these variables if I do c_str()
with it.
Can I see variables as is?
When I am debugging a simple C++ program under Linux, I can't see the content of variables of std::string
:
Simultaneously, I can see these variables if I do c_str()
with it.
Can I see variables as is?