aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/debugger/creator-only/creator-debugger.qdoc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-04-02 12:22:48 +0200
committerEike Ziller <eike.ziller@qt.io>2019-04-02 12:22:48 +0200
commitb5e75222373db078591f1e55642a771139fb4e4f (patch)
tree077fdd13d6dcd57dd2cbe05c318b7bbb9f0a7b69 /doc/src/debugger/creator-only/creator-debugger.qdoc
parent841bbfa7bf2575769d7dfec2d1f238cd65aacf5d (diff)
parent3726218b5e1311f67f41e56d1355bd35b86d9676 (diff)
Merge remote-tracking branch 'origin/4.9'
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri src/plugins/pythoneditor/pythoneditorplugin.cpp Change-Id: I9a95df5e16b34538539ced7dfc5d326b700794e6
Diffstat (limited to 'doc/src/debugger/creator-only/creator-debugger.qdoc')
-rw-r--r--doc/src/debugger/creator-only/creator-debugger.qdoc24
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/src/debugger/creator-only/creator-debugger.qdoc b/doc/src/debugger/creator-only/creator-debugger.qdoc
index 0d085d7889..57e49a846b 100644
--- a/doc/src/debugger/creator-only/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-only/creator-debugger.qdoc
@@ -275,8 +275,28 @@
ulimit -c unlimited
\endcode
- To launch the debugger in the core mode, select \uicontrol Debug >
- \uicontrol {Start Debugging} > \uicontrol {Load Core File}.
+ To launch the debugger in the core mode:
+
+ \list 1
+ \li Select \uicontrol Debug > \uicontrol {Start Debugging} >
+ \uicontrol {Load Core File}.
+ \image qtcreator-debugger-load-core-file.png
+ \li In the \uicontrol Kit field, select a build and run kit that was
+ used for building the binary for which the core file was created.
+ If the core file stems from a binary not built by \QC or a process
+ not initiated by \QC, select a kit that matches the setup used as
+ closely as possible, in respect to the specified device, tool chain,
+ debugger, and sysroot.
+ \li In the \uicontrol {Core file} field, specify the core file to
+ inspect.
+ \li In the \uicontrol {Executable of symbol file} field, specify
+ a file that contains debug information corresponding to the
+ core file. Typically, this is the executable file or a \c {.debug}
+ file if the debug information is stored separately from the
+ executable.
+ \li In the \uicontrol {Override start script} field, specify a
+ script file to run instead of the default start script.
+ \endlist
Also in this mode, using a properly configured project containing the
sources of the crashed program is not strictly necessary, but helpful.