forked from qt-creator/qt-creator
debugger: don't mention python on Mac
This commit is contained in:
@@ -4161,9 +4161,8 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &gdb, const QStr
|
||||
"dyld \".*CFDataFormatters.*\" all "
|
||||
"dyld \".*libobjc.*\" all "
|
||||
"dyld \".*CarbonDataFormatters.*\" all");
|
||||
// We know that we don't have Python on Mac.
|
||||
pythonDumpersFailed();
|
||||
} else {
|
||||
// We know that we don't have Python on Mac.
|
||||
loadPythonDumpers();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user