forked from qt-creator/qt-creator
Debugger: Start separating different process environments
Debugger and stub run locally, the debugged process not necessarily. Change-Id: Ibf6aec3dcaec60069866ec0765ec2178ca0a26d6 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -639,7 +639,7 @@ void QmlEngine::setupEngine()
|
||||
// we need to get the port first
|
||||
notifyEngineRequestRemoteSetup();
|
||||
} else {
|
||||
d->applicationLauncher.setEnvironment(runParameters().environment);
|
||||
d->applicationLauncher.setEnvironment(runParameters().inferiorEnvironment);
|
||||
d->applicationLauncher.setWorkingDirectory(runParameters().workingDirectory);
|
||||
|
||||
// We can't do this in the constructore because runControl() isn't yet defined
|
||||
|
||||
Reference in New Issue
Block a user