
pid=`ps -C python3 -o pid,cmd | grep oaas3 | tr -s ' ' | cut -d' ' -f2`
if [ -z "${nosudo}" ]; then s=sudo; fi
$s ~/test/gdb/g -p ${pid}
