Debugger: Warn about unsupported shell commands when using cdb

Task-number: QTCREATORBUG-6927
Change-Id: I20e2311d5069da9315a7b5a5bc8d698fe5e6e52b
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
David Schulz
2017-04-19 10:18:00 +02:00
parent 890e7546e4
commit e19620ddd5

View File

@@ -456,6 +456,9 @@ void CdbEngine::setupEngine()
if (debug)
qDebug(">setupEngine");
if (!prepareCommand())
return;
init();
if (!m_logTime.elapsed())
m_logTime.start();