forked from qt-creator/qt-creator
debugger: don't show list of searched dumper locations if there was none
This commit is contained in:
@@ -708,7 +708,9 @@ bool GdbEngine::checkDebuggingHelpersClassic()
|
||||
const QString msg = tr("The debugging helper library was not found at %1.")
|
||||
.arg(loc);
|
||||
showMessage(msg);
|
||||
showQtDumperLibraryWarning(msg); // This might build the library.
|
||||
// This can happen for remote debugging.
|
||||
if (!locations.isEmpty())
|
||||
showQtDumperLibraryWarning(msg); // This might build the library.
|
||||
return QFileInfo(lib).exists();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user