From: Andrea Zagli Date: Sun, 15 May 2016 09:45:09 +0000 (+0200) Subject: Added script file to debug cgi. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=ecffabe656080be13d86303a675e5e3179496f04;p=zakform%2Ftests Added script file to debug cgi. --- diff --git a/debugcgi.sh b/debugcgi.sh new file mode 100755 index 0000000..17a20d3 --- /dev/null +++ b/debugcgi.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +PID=`ps ax | grep $1 | awk '{ print $1 }'` +su -c "gdb --pid $PID --symbols=$2"