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:
@@ -440,7 +440,7 @@ DebuggerSourcePathMappingWidget::SourcePathMap
|
||||
DebuggerSourcePathMappingWidget::mergePlatformQtPath(const DebuggerRunParameters &sp,
|
||||
const SourcePathMap &in)
|
||||
{
|
||||
const FileName qmake = BuildableHelperLibrary::findSystemQt(sp.environment);
|
||||
const FileName qmake = BuildableHelperLibrary::findSystemQt(sp.inferiorEnvironment);
|
||||
// FIXME: Get this from the profile?
|
||||
// We could query the QtVersion for this information directly, but then we
|
||||
// will need to add a dependency on QtSupport to the debugger.
|
||||
|
||||
Reference in New Issue
Block a user