From 0501ee7b850936db0e518dc734e62db13cd07006 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Fri, 4 Dec 2020 09:52:35 +0100 Subject: add context_free function for easily getting rid of context --- Vagrantfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 104f577..dd3f6c1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,8 +1,9 @@ # A basic Vagrant box to be able to use GDB and Valgrind for debugging # Usage: -# 1. Start the machine using `vagrant up` -# 2. SSH into the machine using `vagrant ssh` -# 3. +# 1. Start the machine: `vagrant up` +# 2. SSH into the machine: `vagrant ssh` +# 3. Move into the project directory: `cd /vagrant` +# 4. Run find_memleaks on the binary you want to check: `find_memleaks bin/test_template` # # # -*- mode: ruby -*- -- cgit v1.2.3