From 90af97cd01d023b31dc47e7dfd92aa1426ae1dae Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 22 Oct 2018 14:31:31 +0200 Subject: [PATCH] Doc: Hide info about creating snapshots The functionality is being reconsidered and will change again. Task-number: QTCREATORBUG-21359 Change-Id: Id7a6dbea4e3a947dc5fd3005a2ed87682bab9283 Reviewed-by: hjk Reviewed-by: Robert Loehning --- doc/src/debugger/creator-only/creator-debugger.qdoc | 5 ++++- doc/src/howto/creator-only/qtcreator-faq.qdoc | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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