summaryrefslogtreecommitdiff
path: root/doc/src/debugger/creator-debugger.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/debugger/creator-debugger.qdoc')
-rw-r--r--doc/src/debugger/creator-debugger.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index 7e8821ae4e..606405a35e 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -448,18 +448,18 @@
\li To finish debugging, press \key {Shift+F5}.
\li To execute a line of code as a whole, press \key F10
- (\key {Command+Shift+O} on OS X).
+ (\key {Command+Shift+O} on \macos).
\li To step into a function or a subfunction, press \key F11
- (\key {Command+Shift+I} on OS X).
+ (\key {Command+Shift+I} on \macos).
\li To leave the current function or subfunction, press \key {Shift+F11}
- (\key {Command+Shift+T} on OS X).
+ (\key {Command+Shift+T} on \macos).
\li To continue running the program, press \key F5.
\li To run to the line containing the cursor, press \key {Ctrl+F10}
- (\key {Shift+F8} on OS X).
+ (\key {Shift+F8} on \macos).
\li To run to the selected function when you are stepping into a nested
function, press \key {Ctrl+F6}.
@@ -521,7 +521,7 @@
\list
\li In the code editor, click the left margin or press \key F9
- (\key F8 for OS X) at a particular line you want the
+ (\key F8 for \macos) at a particular line you want the
program to stop.
\li In the \uicontrol Breakpoints view, double-click in the empty
@@ -685,7 +685,7 @@
\row
\li GDB and LLDB, and therefore \QC's debugger, also work for optimized
- builds on Linux and OS X. Optimization can lead to re-ordering
+ builds on Linux and \macos. Optimization can lead to re-ordering
of instructions or removal of some local variables, causing the
\uicontrol {Locals and Expressions} view to show unexpected
data.
@@ -780,11 +780,11 @@
For more information, see \l{Using Command Line Options}.
- \section2 Stepping into Frameworks in OS X
+ \section2 Stepping into Frameworks in \macos
- In OS X, external libraries are usually built into so-called Frameworks,
+ In \macos, external libraries are usually built into so-called Frameworks,
which may contain both release and debug versions of the library. When you
- run applications on the OS X desktop, the release version of Frameworks is
+ run applications on the \macos desktop, the release version of Frameworks is
used by default. To step into Frameworks, select the
\uicontrol {Use debug versions of Frameworks} option in the project run
settings.
@@ -801,7 +801,7 @@
The \uicontrol Modules view displays information that the debugger plugin
has about modules included in the application that is being debugged. A
module is a dynamic link library (\c {.dll}) in Windows, a shared object
- (\c {.so}) in Linux, and a dynamic shared library (\c {.dylib}) in OS X.
+ (\c {.so}) in Linux, and a dynamic shared library (\c {.dylib}) in \macos.
In addition, the view displays symbols within the modules and indicates
where each module was loaded.