Valgrind Tab
In this tab you can observe and explore the Valgrind Memcheck output messages.
Left pane of the Valgrind tab shows the list of problems diagnosed by Valgrind Memcheck. Each stack-frame shows the instruction pointer, the problematic function name and (if possible) the source file.
When a stack-trace of interest is selected, you can observe the full stack frame description and the corresponding code preview (when possible), in the right pane. Press F4 to jump to corresponding source code.
Right-click an item to exclude it from the results log.
Valgrind Toolbar
Icon | Tooltip | Description |
---|---|---|
Expand all | Click this icon to expand all the nodes in tool window. | |
Collapse all | Click this icon to collapse all the nodes in tool window. | |
Previous | Click this button to navigate to the previous error or warning. | |
Next | Click this button to navigate to the next error or warning. | |
Group By Directory | Select this icon to group diagnostics by path to file. When unselected, all diagnostics are grouped by their type. | |
Navigate with Single Click | Click this button to enable automatic navigation to the line of source code that corresponds to the selected node when the focus switches to the editor. | |
Export | Click this icon to Export Valgrind results. | |
Settings | Click this icon to open Valgrind settings dialog. |