forked from qt-creator/qt-creator
Doc: Describe managing Heob settings profiles
Task-number: QTCREATORBUG-23364 Change-Id: I2ebb9291f36c593074f58c701eee1e434710007b Reviewed-by: Hannes Domani <ssbssa@yahoo.de> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 14 KiB |
@@ -1,6 +1,6 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
** Copyright (C) 2018 The Qt Company Ltd.
|
** Copyright (C) 2020 The Qt Company Ltd.
|
||||||
** Contact: https://www.qt.io/licensing/
|
** Contact: https://www.qt.io/licensing/
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Creator documentation.
|
** This file is part of the Qt Creator documentation.
|
||||||
@@ -41,12 +41,17 @@
|
|||||||
for detecting buffer overruns and memory leaks. You must download and
|
for detecting buffer overruns and memory leaks. You must download and
|
||||||
install Heob to run it from \QC.
|
install Heob to run it from \QC.
|
||||||
|
|
||||||
|
\image qtcreator-heob-settings.png
|
||||||
|
|
||||||
To run Heob on the currently open project:
|
To run Heob on the currently open project:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
|
|
||||||
\li Select \uicontrol Analyze > \uicontrol Heob.
|
\li Select \uicontrol Analyze > \uicontrol Heob.
|
||||||
|
|
||||||
|
\li Select the Heob settings profile to use, or select \uicontrol New
|
||||||
|
to create a new profile.
|
||||||
|
|
||||||
\li In the \uicontrol {Heob path} field, enter the path to the Heob
|
\li In the \uicontrol {Heob path} field, enter the path to the Heob
|
||||||
executable.
|
executable.
|
||||||
|
|
||||||
@@ -72,8 +77,6 @@
|
|||||||
|
|
||||||
To specify settings for Heob, select \uicontrol Analyze > \uicontrol Heob.
|
To specify settings for Heob, select \uicontrol Analyze > \uicontrol Heob.
|
||||||
|
|
||||||
\image qtcreator-heob-settings.png
|
|
||||||
|
|
||||||
In the \uicontrol {Extra arguments} field, enter additional arguments for
|
In the \uicontrol {Extra arguments} field, enter additional arguments for
|
||||||
running Heob. To list the available arguments in the Heob console, enter
|
running Heob. To list the available arguments in the Heob console, enter
|
||||||
\c -H in this field and press \key Enter.
|
\c -H in this field and press \key Enter.
|
||||||
@@ -83,7 +86,10 @@
|
|||||||
leaks visually in the file and the \c -L1024 option to record leak contents
|
leaks visually in the file and the \c -L1024 option to record leak contents
|
||||||
up to 1024 bytes in the file. For example, \c {-oleaks.html -g2 -L1024}
|
up to 1024 bytes in the file. For example, \c {-oleaks.html -g2 -L1024}
|
||||||
|
|
||||||
Select \uicontrol Save to save the current settings as default.
|
To save the settings profile, select \uicontrol Save.
|
||||||
|
|
||||||
|
To remove a customized settings profile, select the profile, and then
|
||||||
|
select \uicontrol Delete.
|
||||||
|
|
||||||
The following sections describe the available options in more detail.
|
The following sections describe the available options in more detail.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user