CLion 2020.2 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.svg Expand all Click this icon to expand all the nodes in tool window.
icons.actions.collapseall.svg Collapse all Click this icon to collapse all the nodes in tool window.
icons.actions.previousOccurence.svg Previous Click this button to navigate to the previous error or warning.
icons.actions.nextOccurence.svg Next Click this button to navigate to the next error or warning.
icons.actions.GroupByPackage.svg 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.svgNavigate 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.svg Export Click this icon to Export Valgrind results.
icons.general.settings.svg Settings Click this icon to open Valgrind settings dialog.
Last modified: 19 August 2020