Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peu77/valgrind-docker


https://github.com/peu77/valgrind-docker

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# A tool designed to simplify the use of Valgrind within a Docker container, as Valgrind installation and usage on macOS can be challenging.

## Installation
### Clone the repository
``git clone https://github.com/Peu77/valgrind-docker``

### Run install.sh
``cd valgrind-docker``

``./install.sh``

### Restart your terminal

## Usage

### On your system use the following command to run the container in the current directory
``ve`` - for valgrind execute

### To run valgrind with full leak check use the following command in the container
``vg `` - for valgrind