You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, the String type displays in the debugger as a regular C++ class containing two fields, one for the version number and one for the data. Have the debugger instead display just the underlying std::string or something to that effect.
At present, the
Stringtype displays in the debugger as a regular C++ class containing two fields, one for the version number and one for the data. Have the debugger instead display just the underlyingstd::stringor something to that effect.