forked from qt-creator/qt-creator
Debugger: Make use of the "displayedtype" attribute.
Fix "displayedtype" in CDB, display it elsewhere. Log debugger settings in DebuggerManager startup. Acked-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -853,6 +853,8 @@ void CdbDebugEngine::updateWatchData(const WatchData &incomplete)
|
||||
} while (false);
|
||||
if (!success)
|
||||
warning(msgFunctionFailed(Q_FUNC_INFO, errorMessage));
|
||||
if (debugCDBWatchHandling > 1)
|
||||
qDebug() << *m_d->m_debuggerManagerAccess->watchHandler()->model(LocalsWatch);
|
||||
}
|
||||
|
||||
void CdbDebugEngine::stepExec()
|
||||
|
||||
Reference in New Issue
Block a user