forked from qt-creator/qt-creator
Display thread names
extract thread names from QThread object name Task-Number: QTCREATORBUG-382 Reviewed-by: hjk
This commit is contained in:
@@ -2042,6 +2042,7 @@ void DebuggerPluginPrivate::connectEngine(DebuggerEngine *engine, bool notify)
|
||||
m_stackWindow->setModel(engine->stackModel());
|
||||
m_threadsWindow->setModel(engine->threadsModel());
|
||||
m_threadBox->setModel(engine->threadsModel());
|
||||
m_threadBox->setModelColumn(ThreadData::NameColumn);
|
||||
m_watchersWindow->setModel(engine->watchersModel());
|
||||
m_capabilities = engine->debuggerCapabilities();
|
||||
if (notify)
|
||||
|
||||
Reference in New Issue
Block a user