Kaydet (Commit) 9fb6174b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add instructions how to use CPPUNITTRACE on OSX

Change-Id: I97579c03c72be0c09c937fcbc8726960528a7a6e
üst 93124f77
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment