Description:
Ensure framework builds' stack traces display line numbers.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r398:223cf0a190ce -

@@ -39,7 +39,7
39 39 cd isometric-park-fna/bin/Release/; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../fnalibs/osx" mono isometric-park-fna.exe
40 40
41 41 run-framework-debug:
42 cd isometric-park-fna/bin/Debug/; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../fnalibs/osx" mono isometric-park-fna.exe
42 cd isometric-park-fna/bin/Debug/; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../fnalibs/osx" mono --debug isometric-park-fna.exe
43 43
44 44 # lint:
45 45 # yamllint -d relaxed isometric-park-fna/Content/news_items.yaml
@@ -47,7 +47,8
47 47 tokei -e isometric-park-fna/packages -e isometric-park-fna/bin -e isometric-park-fna/build_log.txt -e isometric-park-fna/obj scripts/ isometric-park-fna/
48 48
49 49 clean-obj:
50 rm -r isometric-park-fna/obj/
50 #If this folder doesn't exist and we get an error, that's okay
51 -rm -r isometric-park-fna/obj/
51 52
52 53 #CONVENIENCE
53 54
@@ -13,7 +13,7
13 13 </PropertyGroup>
14 14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|anycpu' ">
15 15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
16 <DebugType>portable</DebugType>
17 17 <Optimize>false</Optimize>
18 18 <OutputPath>bin\Debug</OutputPath>
19 19 <DefineConstants>DEBUG;</DefineConstants>
You need to be logged in to leave comments. Login now