Qt

Running Valgrind Tools Remotely

Qt Creator integrates Valgrind code analysis tools for detecting memory leaks and profiling function execution. These tools are supported locally only on Linux and Mac OS, but you can run them on a remote host from Windows.

To run the Valgrind tools on a remote host over SSH:

  1. Select Analyze > Valgrind Memory Analyzer (External) or Valgrind Function Profiler (External).

    "Start Analyzer dialog"

  2. Specify the application to run and analyze, and the kit to use.