forked from qt-creator/qt-creator
Debugge[New CDB]: Refine Symbol qualification for containers.
Resolve all types and always use current module for templates. Fixes to pointer handling. Make verbose switchable.
This commit is contained in:
@@ -673,6 +673,8 @@ void CdbEngine::updateWatchData(const Debugger::Internal::WatchData &dataIn,
|
||||
|
||||
void CdbEngine::addLocalsOptions(ByteArrayInputStream &str) const
|
||||
{
|
||||
if (debuggerCore()->boolSetting(VerboseLog))
|
||||
str << blankSeparator << "-v";
|
||||
if (debuggerCore()->boolSetting(UseDebuggingHelpers))
|
||||
str << blankSeparator << "-c";
|
||||
const QByteArray typeFormats = watchHandler()->typeFormatRequests();
|
||||
|
||||
Reference in New Issue
Block a user