Skip to content

Commit c2bf697

Browse files
committed
Run mono with the --debug option
This tells mono to load the debug information and lets the unit testing framework show stack traces with line numbers in them, which is quite handy.
1 parent a4fdaa9 commit c2bf697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.libgit2sharp.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export DYLD_LIBRARY_PATH=$_BINPATH:$DYLD_LIBRARY_PATH
2121

2222
popd
2323

24+
export MONO_OPTIONS=--debug
25+
2426
echo $DYLD_LIBRARY_PATH
2527
echo $LD_LIBRARY_PATH
2628
xbuild CI-build.msbuild /t:Deploy

0 commit comments

Comments
 (0)