forked from qt-creator/qt-creator
Debugger: Use FilePath for core files and surroundings
Change-Id: Icd648147ee907a2c5ba75042f003229bbd9226fe Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -2632,7 +2632,7 @@ QString DebuggerEngine::formatStartParameters() const
|
||||
if (!sp.debugger.command.isEmpty())
|
||||
str << "Debugger: " << sp.debugger.command.toUserOutput() << '\n';
|
||||
if (!sp.coreFile.isEmpty())
|
||||
str << "Core: " << QDir::toNativeSeparators(sp.coreFile) << '\n';
|
||||
str << "Core: " << sp.coreFile.toUserOutput() << '\n';
|
||||
if (sp.attachPID.isValid())
|
||||
str << "PID: " << sp.attachPID.pid() << ' ' << sp.crashParameter << '\n';
|
||||
if (!sp.projectSourceDirectory.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user