Windows compilation fix / 97edcb7977

This commit is contained in:
Friedemann Kleint
2010-06-14 11:21:31 +02:00
parent 81ab9585c3
commit effa8a38da
5 changed files with 23 additions and 21 deletions

View File

@@ -1060,8 +1060,8 @@ void DebuggerPlugin::extensionsInitialized()
// time gdb -i mi -ex 'debuggerplugin.cpp:800' -ex r -ex q bin/qtcreator.bin
const QByteArray env = qgetenv("QTC_DEBUGGER_TEST");
//qDebug() << "EXTENSIONS INITIALIZED:" << env;
if (!env.isEmpty())
m_manager->runTest(QString::fromLocal8Bit(env));
// if (!env.isEmpty())
// m_manager->runTest(QString::fromLocal8Bit(env));
if (m_attachRemoteParameters.attachPid || !m_attachRemoteParameters.attachCore.isEmpty())
QTimer::singleShot(0, this, SLOT(attachCmdLine()));