diff --git a/doc/src/debugger/creator-only/creator-debugger.qdoc b/doc/src/debugger/creator-only/creator-debugger.qdoc index 83833539a4c..e9adadbf59b 100644 --- a/doc/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/src/debugger/creator-only/creator-debugger.qdoc @@ -387,8 +387,10 @@ \li Disassemble sections of code. + \omit \li Create snapshots of the current state of the debugged program and re-examine them later. + \endomit \endlist @@ -605,6 +607,7 @@ By default, the \uicontrol Registers view is hidden. + \omit \section2 Creating Snapshots A snapshot contains the complete state of the debugged program at a time, @@ -616,7 +619,7 @@ Double-click on entries in the \uicontrol {Debugger Perspectives} view to switch between snapshots. The debugger views are updated to reflect the state of the program at time of taking the snapshot. - + \endomit */ diff --git a/doc/src/howto/creator-only/qtcreator-faq.qdoc b/doc/src/howto/creator-only/qtcreator-faq.qdoc index 802164e827d..fd41a869a11 100644 --- a/doc/src/howto/creator-only/qtcreator-faq.qdoc +++ b/doc/src/howto/creator-only/qtcreator-faq.qdoc @@ -200,9 +200,11 @@ current working directory. You can specify another location for the file, including a relative or absolute path, as an argument of the command. + \omit To generate a temporary core file, select \uicontrol {Create Snapshot} in the context menu in the \uicontrol Snapshot view. The core file is deleted when you stop debugging. + \endomit \section1 Compiler Questions