CLion 2020.1 Help

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

IconTooltipDescription
icons.actions.expandall.png Expand all Click this icon to expand all the nodes in tool window.
icons.actions.collapseall.png Collapse all Click this icon to collapse all the nodes in tool window.
icons.actions.previousOccurence.png Previous Click this button to navigate to the previous error or warning.
icons.actions.nextOccurence.png Next Click this button to navigate to the next error or warning.
icons.actions.GroupByPackage.png Group By Directory Select this icon to group diagnostics by path to file. When unselected, all diagnostics are grouped by their type.
icons.general.autoscrollToSource.pngNavigate 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.
icons.toolbarDecorator.export.png Export Click this icon to Export Valgrind results.
icons.general.settings.png Settings Click this icon to open Valgrind settings dialog.
Last modified: 08 May 2020