From cc2a79fb2e6efb6528fae606b9d14951f2752676 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 14 Jul 2022 15:04:15 +0200 Subject: [PATCH] Doc: Fix reference to "Locals and Expressions" view They are now two separate views. Task-number: QTCREATORBUG-27560 Change-Id: Iab659bd915c213d11db08b3a2b8749ebdbc5e70c Reviewed-by: hjk --- doc/qtcreator/src/overview/creator-only/creator-issues.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc b/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc index 250551f442f..66e09433157 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-issues.qdoc @@ -117,7 +117,8 @@ \li When debugging executables created by the GNU Compiler version 4.5.0 (all platforms), some data types will not be displayed in the - \uicontrol{Locals and Expressions} view due to missing debug information. + \uicontrol Locals and \uicontrol Expressions views due to missing + debug information. \li GDB on Windows may not work if the 'Embassy \reg Security Center' software by 'Wave \reg Systems' is installed and active (causing @@ -131,7 +132,7 @@ \li Setting breakpoints in files that do not have unique absolute paths may fail. For example, remounting parts of a file system - using the --bind mount option. + using the \c {--bind mount} option. \li Setting breakpoints in files will fail when using LLDB if the file path contains symbolic links.