forked from qt-creator/qt-creator
Doc: Analyze mode was merged to Debug mode
Remove a screen shot. Change-Id: I37510534d64ab70fe7966cd2718e50acb9da669e Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.5 KiB |
@@ -37,20 +37,18 @@
|
|||||||
|
|
||||||
\title Analyzing Code
|
\title Analyzing Code
|
||||||
|
|
||||||
You can use the code analysis tools in the \uicontrol Analyze mode. To
|
You can use the code analysis tools in the \uicontrol Debug mode. To
|
||||||
switch to \uicontrol Analyze mode, select \uicontrol Analyze in the mode
|
switch to \uicontrol Debug mode, select \uicontrol Debug in the mode
|
||||||
selector, or select the \uicontrol {Analyze} menu and then select a tool.
|
selector, or select the \uicontrol {Analyze} menu and then select a tool.
|
||||||
When you are in the \uicontrol Analyze mode, you can switch between tools by
|
When you are in the \uicontrol Debug mode, you can switch between tools by
|
||||||
selecting them in the menu on the toolbar.
|
selecting them in the menu on the toolbar.
|
||||||
|
|
||||||
\image qtcreator-analyze-menu.png "Analyze mode menu"
|
You can drag and drop the views in the \uicontrol Debug mode to new
|
||||||
|
|
||||||
You can drag and drop the views in the \uicontrol Analyze mode to new
|
|
||||||
positions on the screen. The size and position of views are saved for future
|
positions on the screen. The size and position of views are saved for future
|
||||||
sessions. Select \uicontrol {Window > Views > Reset to Default Layout} to
|
sessions. Select \uicontrol {Window > Views > Reset to Default Layout} to
|
||||||
reset the views to their original sizes and positions.
|
reset the views to their original sizes and positions.
|
||||||
|
|
||||||
You can use the following code analysis tools in the \uicontrol Analyze
|
You can use the following code analysis tools in the \uicontrol Debug
|
||||||
mode:
|
mode:
|
||||||
|
|
||||||
\list
|
\list
|
||||||
|
|||||||
@@ -74,8 +74,8 @@
|
|||||||
\uicontrol Analyze > \uicontrol {Clang Static Analyzer} on the menu bar. The
|
\uicontrol Analyze > \uicontrol {Clang Static Analyzer} on the menu bar. The
|
||||||
Clang Static Analyzer starts automatically.
|
Clang Static Analyzer starts automatically.
|
||||||
|
|
||||||
However, if you select \uicontrol Analyze in the mode selector to open the
|
However, if you select \uicontrol Debug in the mode selector to open the
|
||||||
\uicontrol Analyze mode and then select \uicontrol {Clang Static Analyzer},
|
\uicontrol Debug mode and then select \uicontrol {Clang Static Analyzer},
|
||||||
you must start the Clang Static Analyzer by selecting the
|
you must start the Clang Static Analyzer by selecting the
|
||||||
\inlineimage qtcreator-analyze-start-button.png
|
\inlineimage qtcreator-analyze-start-button.png
|
||||||
(\uicontrol Start) button.
|
(\uicontrol Start) button.
|
||||||
|
|||||||
@@ -195,12 +195,9 @@
|
|||||||
\row
|
\row
|
||||||
\li Switch to \uicontrol Projects mode
|
\li Switch to \uicontrol Projects mode
|
||||||
\li Ctrl+5
|
\li Ctrl+5
|
||||||
\row
|
|
||||||
\li Switch to \uicontrol Analyze mode
|
|
||||||
\li Ctrl+6
|
|
||||||
\row
|
\row
|
||||||
\li Switch to \uicontrol Help mode
|
\li Switch to \uicontrol Help mode
|
||||||
\li Ctrl+7
|
\li Ctrl+6
|
||||||
\row
|
\row
|
||||||
\li Toggle \uicontrol{Issues} pane
|
\li Toggle \uicontrol{Issues} pane
|
||||||
\li Alt+1 (Cmd+1 on OS X)
|
\li Alt+1 (Cmd+1 on OS X)
|
||||||
|
|||||||
@@ -49,8 +49,7 @@
|
|||||||
\li \uicontrol Design mode \key Ctrl+3
|
\li \uicontrol Design mode \key Ctrl+3
|
||||||
\li \uicontrol Debug mode \key Ctrl+4
|
\li \uicontrol Debug mode \key Ctrl+4
|
||||||
\li \uicontrol Projects mode \key Ctrl+5
|
\li \uicontrol Projects mode \key Ctrl+5
|
||||||
\li \uicontrol Analyze mode \key Ctrl+6
|
\li \uicontrol Help mode \key Ctrl+6
|
||||||
\li \uicontrol Help mode \key Ctrl+7
|
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
|
|||||||
@@ -93,15 +93,13 @@
|
|||||||
UI files.
|
UI files.
|
||||||
|
|
||||||
\li \uicontrol{\l{Debugging}{Debug}} mode for inspecting the state of your
|
\li \uicontrol{\l{Debugging}{Debug}} mode for inspecting the state of your
|
||||||
application while debugging.
|
application while debugging and for using code analysis tools
|
||||||
|
to detect memory leaks and profile C++ or QML code.
|
||||||
|
|
||||||
\li \uicontrol{\l{Specifying Build Settings}{Projects}} mode for configuring
|
\li \uicontrol{\l{Specifying Build Settings}{Projects}} mode for configuring
|
||||||
project building and execution. This mode is available when a
|
project building and execution. This mode is available when a
|
||||||
project is open.
|
project is open.
|
||||||
|
|
||||||
\li \uicontrol{\l{Analyzing Code}{Analyze}} mode for using code analysis tools
|
|
||||||
to detect memory leaks and profile C++ or QML code.
|
|
||||||
|
|
||||||
\li \uicontrol{\l{Getting Help}{Help}} mode for viewing Qt documentation.
|
\li \uicontrol{\l{Getting Help}{Help}} mode for viewing Qt documentation.
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
@@ -375,9 +373,6 @@
|
|||||||
|
|
||||||
\list
|
\list
|
||||||
|
|
||||||
\li \uicontrol Analyzer - Errors encountered while running the
|
|
||||||
\l{Analyzing Code}{Valgrind code analysis tools}.
|
|
||||||
|
|
||||||
\li \uicontrol {Build System} - Errors and warnings encountered during a
|
\li \uicontrol {Build System} - Errors and warnings encountered during a
|
||||||
build.
|
build.
|
||||||
|
|
||||||
@@ -387,6 +382,9 @@
|
|||||||
\li \uicontrol{Debug Information} - Lists debug information packages that might
|
\li \uicontrol{Debug Information} - Lists debug information packages that might
|
||||||
be missing.
|
be missing.
|
||||||
|
|
||||||
|
\li \uicontrol Debugger - Errors encountered while running the
|
||||||
|
\l{Analyzing Code}{Valgrind code analysis tools}.
|
||||||
|
|
||||||
\li \uicontrol{Debugger Runtime} - Errors encountered when starting \QC. For
|
\li \uicontrol{Debugger Runtime} - Errors encountered when starting \QC. For
|
||||||
example, information about missing DLLs.
|
example, information about missing DLLs.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user