forked from qt-creator/qt-creator
Debugger: Always add Qt install source mappings for gdb.
As it fails for MinGW. Task-number: QTCREATORBUG-4132 Reviewed-by: hjk
This commit is contained in:
@@ -2377,6 +2377,8 @@ static QString formatStartParameters(DebuggerStartParameters &sp)
|
||||
str << " (built: " << QDir::toNativeSeparators(sp.projectBuildDir) << ')';
|
||||
str << '\n';
|
||||
}
|
||||
if (!sp.qtInstallPath.isEmpty())
|
||||
str << "Qt: " << QDir::toNativeSeparators(sp.qtInstallPath) << '\n';
|
||||
if (!sp.qmlServerAddress.isEmpty())
|
||||
str << "QML server: " << sp.qmlServerAddress << ':' << sp.qmlServerPort << '\n';
|
||||
if (!sp.remoteChannel.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user