Is there a way to inspect the value ( .str() ) of std::ostringstream when debugging in VS2005? Like modifying the autoexp.dat file to make stringstream value visualizable?
Is there a way to inspect the value ( .str() ) of std::ostringstream when
Share
You have to dig a little deeper into the stringstream’s base-classes.
This usually works for me while debugging in VS9: