Skip to content
Snippets Groups Projects
Commit d1ff5f9e authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc - Add description of the Use debug versions of Frameworks option.

Reviewed-by: con
parent c95c3d95
No related branches found
No related tags found
No related merge requests found
......@@ -4381,6 +4381,14 @@
It is also possible to continue executing the program until the current
function completes or jump to an arbitrary position in the current function.
\section2 Stepping into Frameworks in Mac OS
In Mac OS X, 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 Mac OS desktop, the release version of Frameworks is used
by default. To step into Frameworks, select the \gui {Use debug versions of
Frameworks} option in the project run settings for \gui Desktop and
\gui {Qt Simulator} targets.
\section1 Setting Breakpoints
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment