Debugger languages are now runconfiguration dependent

There's a UI in qml/customexec/cmake/qmake run configs for choosing the
debugger languages (C++ and QML). The default for all except .qmlproject
is only C++, so default debugging behavior is the same. However, if the
user wants to do simultaneous debugging with two languages, or only
debug QML, they can select the languages from Run Settings and it will
be remembered.

Reviewed-by: hunger
This commit is contained in:
Lasse Holmstedt
2010-09-01 11:34:34 +02:00
parent 3db7e51484
commit 8c39471081
15 changed files with 289 additions and 26 deletions

View File

@@ -99,6 +99,8 @@ private slots:
void onViewerArgsChanged();
void onDebugServerAddressChanged();
void onDebugServerPortChanged();
void useCppDebuggerToggled(bool toggled);
void useQmlDebuggerToggled(bool toggled);
protected:
QString viewerDefaultPath() const;