citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 3d329fe491c287e98bd697dc2b3b1ff51b6edffd
parent 3bd8fb59c9f3791003aaadd271492ba43c2a50d5
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 21 Oct 2016 23:25:44 -0600

add BUGS

Diffstat:
ABUGS | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/BUGS b/BUGS @@ -0,0 +1,5 @@ +$ citrun-wrap gcc -o main main.c +where main.c does not exist. + +current code doesn't check if the file exists before it copies it aside and +(erroneously) restores it.