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 <hjk@qt.io>
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Leena Miettinen
2018-10-22 14:31:31 +02:00
parent 45666dc932
commit 90af97cd01
2 changed files with 6 additions and 1 deletions

View File

@@ -387,8 +387,10 @@
\li Disassemble sections of code. \li Disassemble sections of code.
\omit
\li Create snapshots of the current state of the debugged program \li Create snapshots of the current state of the debugged program
and re-examine them later. and re-examine them later.
\endomit
\endlist \endlist
@@ -605,6 +607,7 @@
By default, the \uicontrol Registers view is hidden. By default, the \uicontrol Registers view is hidden.
\omit
\section2 Creating Snapshots \section2 Creating Snapshots
A snapshot contains the complete state of the debugged program at a time, 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 Double-click on entries in the \uicontrol {Debugger Perspectives} view to
switch between snapshots. The debugger views are updated to reflect the state switch between snapshots. The debugger views are updated to reflect the state
of the program at time of taking the snapshot. of the program at time of taking the snapshot.
\endomit
*/ */

View File

@@ -200,9 +200,11 @@
current working directory. You can specify another location for the file, current working directory. You can specify another location for the file,
including a relative or absolute path, as an argument of the command. 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 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 context menu in the \uicontrol Snapshot view. The core file is deleted when you
stop debugging. stop debugging.
\endomit
\section1 Compiler Questions \section1 Compiler Questions