forked from qt-creator/qt-creator
Debugger: Fix 'attach to QML port'
Actually use the QML debugger instead of the CPP one.
This broke in commit fe8cead2d0.
Change-Id: Ifd4b98a74ee03d3cffab4547564708e3b83b2bd3
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
committed by
Aurindam Jana
parent
3123e8862b
commit
68878208d8
@@ -1771,6 +1771,7 @@ void DebuggerPluginPrivate::attachToQmlPort()
|
||||
sp.sysroot = dlg.sysroot();
|
||||
|
||||
sp.startMode = AttachToRemoteServer;
|
||||
sp.languages = QmlLanguage;
|
||||
|
||||
//
|
||||
// get files from all the projects in the session
|
||||
|
||||
Reference in New Issue
Block a user