forked from qt-creator/qt-creator
Debugger: show destribution debug package message for remote frames
Change-Id: Ie9f7b553357c0f041d266874d284504159708cd9 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -152,7 +152,7 @@ QString StackFrame::toToolTip() const
|
||||
"frame. However, matching sources have not been found.");
|
||||
showDistributionNote = true;
|
||||
}
|
||||
if (!HostOsInfo::isWindowsHost() && showDistributionNote) {
|
||||
if (file.osType() != OsTypeWindows && showDistributionNote) {
|
||||
str << ' ' << tr("Note that most distributions ship debug information "
|
||||
"in separate packages.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user