summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-12-30 12:28:46 +0100
committerRobin Gareus <robin@gareus.org>2014-12-30 12:28:46 +0100
commit5d1df8634350120ad3d364c1bf2950b36c2b455d (patch)
tree069a5eeb44e37303087e1898f9098c080f586bcb /tools/x-win
parent54c085d9314a8aab65b1cd53cf194249a66bf75c (diff)
windows: automatically log gdb output
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh
index 06ce65ad8c..9340158595 100755
--- a/tools/x-win/package.sh
+++ b/tools/x-win/package.sh
@@ -162,7 +162,7 @@ if ! grep " using ./waf configure" build/config.log | grep -q -- "--optimize"; t
cp -r ${SRCDIR}/gdb_$WARCH $DESTDIR/gdb
cat > $DESTDIR/ardbg.bat << EOF
cd bin
-START ..\\gdb\\bin\\gdb.exe ardour.exe
+START ..\\gdb\\bin\\gdb.exe -iex "set logging overwrite on" -iex "set height 0" -iex "set logging on %UserProfile%\\ardour-debug.log" ardour.exe
EOF
OUTFILE="${TMPDIR}/ardour-${ARDOURVERSION}-dbg-${WARCH}-Setup.exe"
VERSIONINFO="Debug Version."