summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardbg
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-13 10:00:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-13 10:00:09 +0000
commit45b4721be3d310c157d8e7f7a656f39eae69510f (patch)
tree3d697dcda1947918d00809639cde737d950f8367 /gtk2_ardour/ardbg
parent02c49688c72cf88d2e2f8eb6908355c8b37e6c95 (diff)
speed up track resizing; fixup file DnD; stop use CAAudioFile for imported files
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4148 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardbg')
-rwxr-xr-xgtk2_ardour/ardbg1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ardbg b/gtk2_ardour/ardbg
index cdb640d63e..847d335c29 100755
--- a/gtk2_ardour/ardbg
+++ b/gtk2_ardour/ardbg
@@ -3,4 +3,5 @@ dir=`dirname "$0"`
. $dir/ardev_common.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export ARDOUR_INSIDE_GDB=1
+export DYLD_PRINT_BINDINGS=1
exec gdb $EXECUTABLE "$@"