forked from qt-creator/qt-creator
QML debugger: show the QML ui by default
Only switch to C++ when we debug Javascript
This commit is contained in:
@@ -161,6 +161,9 @@ void QmlEngine::runEngine()
|
||||
|
||||
m_adapter->beginConnection();
|
||||
plugin()->showMessage(tr("QML Debugger connecting..."), StatusBar);
|
||||
|
||||
// FIXME: refactor the UI
|
||||
Debugger::DebuggerUISwitcher::instance()->setActiveLanguage("QML");
|
||||
}
|
||||
|
||||
void QmlEngine::shutdownInferior()
|
||||
|
Reference in New Issue
Block a user