QML debugger: show the QML ui by default

Only switch to C++ when we debug Javascript
This commit is contained in:
Olivier Goffart
2010-08-18 12:26:13 +02:00
parent 0f0aca09cb
commit f2d25d4710

View File

@@ -161,6 +161,9 @@ void QmlEngine::runEngine()
m_adapter->beginConnection(); m_adapter->beginConnection();
plugin()->showMessage(tr("QML Debugger connecting..."), StatusBar); plugin()->showMessage(tr("QML Debugger connecting..."), StatusBar);
// FIXME: refactor the UI
Debugger::DebuggerUISwitcher::instance()->setActiveLanguage("QML");
} }
void QmlEngine::shutdownInferior() void QmlEngine::shutdownInferior()