fix mis-handling of button press events on rec-enable that ought to forward to Bindab...
[ardour2.git] / gtk2_ardour / ardbg
blob847d335c296be79ad9e20daf56a96e6ce335c263
1 #!/bin/sh
2 dir=`dirname "$0"`
3 . $dir/ardev_common.sh
4 LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
5 export ARDOUR_INSIDE_GDB=1
6 export DYLD_PRINT_BINDINGS=1
7 exec gdb $EXECUTABLE "$@"