solenv/bin/unittest-failed.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9fb6174bb177ede8d393349a4e74d1dca953ad67
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Sat Dec 6 10:50:33 2014 +0100

    add instructions how to use CPPUNITTRACE on OSX
    
    Change-Id: I97579c03c72be0c09c937fcbc8726960528a7a6e

diff --git a/solenv/bin/unittest-failed.sh b/solenv/bin/unittest-failed.sh
index 0ba83e4..b49ddd7 100755
--- a/solenv/bin/unittest-failed.sh
+++ b/solenv/bin/unittest-failed.sh
@@ -24,6 +24,7 @@ Error: a unit test failed, please do one of:
 export DEBUGCPPUNIT=TRUE            # for exception catching
 export CPPUNITTRACE="gdb --args"    # for interactive debugging on Linux
 export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for 
interactive debugging in Visual Studio
+export CPPUNITTRACE="lldb --" # for interactive debugging on OSX
 export VALGRIND=memcheck            # for memory checking
 
 and retry using: make $1Test_$2
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to