9ff901b1e7
A few ardev and ardbg enhancements. git-svn-id: svn://localhost/ardour2/branches/undo@800 d708f5d6-7413-0410-9779-e7cbd77b26cf
5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/sh -x
|
|
dir=`dirname "$0"`
|
|
source $dir/ardev_common.sh
|
|
exec gdb $dir/ardour.bin $*
|