#!/bin/sh

#
# Script shell that executes a debuger attached to the runing processus
#
#
export DISPLAY=:0
/usr/X11R6/bin/xterm -e gdb $1 $2 &
sleep 2
