Debugger: Add a per-runconfig way to add debugger startup command

Task-number: QTCREATORBUG-22979
Change-Id: I225b6cd1ee1dd3195bda3de4de72880d76e8cd37
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2019-09-30 11:26:32 +02:00
parent aad6ad8c10
commit a574706d29
3 changed files with 26 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ public:
uint qmlDebugServerPort = QML_DEFAULT_DEBUG_SERVER_PORT;
bool useMultiProcess = false;
QString overrideStartup;
};
class DEBUGGER_EXPORT DebuggerRunConfigurationAspect
@@ -70,6 +71,7 @@ public:
bool useMultiProcess() const;
void setUseMultiProcess(bool on);
bool isQmlDebuggingSpinboxSuppressed() const;
QString overrideStartup() const;
int portsUsedByDebugger() const;