LAHumphreys / valgrind.vim

Navigate in the output of the memory checker valgrind

Home Page:http://www.vim.org/scripts/script.php?script_id=607

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of http://www.vim.org/scripts/script.php?script_id=607

Valgrind (http://developer.kde.org/~sewardj/) is an open-source memory debugger for x86-GNU/Linux. This script allows you to start valgrind from vim and easily jump to errors it reports.

This version has been enhanced to provide keys to move up and down the current call stack, and to make it behave more sensibly when it is re-run (it will attempt to re-use the same window)

See the comments in the beginning of the script for some documentation.

About

Navigate in the output of the memory checker valgrind

http://www.vim.org/scripts/script.php?script_id=607


Languages

Language:Vim Script 100.0%