menu item says Fader and Pan, so the automation track should say the same for consistency
[ardour.git] / gtk2_ardour / ardbg
index 95466a42b8b314ec5cf32ed45ebeec922aecaeac..847d335c296be79ad9e20daf56a96e6ce335c263 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
 dir=`dirname "$0"`
 . $dir/ardev_common.sh
-exec gdb $EXECUTABLE $*
+LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
+export ARDOUR_INSIDE_GDB=1
+export DYLD_PRINT_BINDINGS=1
+exec gdb $EXECUTABLE "$@"