Description:
Ensure framework builds' stack traces display line numbers.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -39,7 +39,7 | |||||
|
39 | cd isometric-park-fna/bin/Release/; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../fnalibs/osx" mono isometric-park-fna.exe |
|
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 | run-framework-debug: |
|
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 | # lint: |
|
44 | # lint: |
|
45 | # yamllint -d relaxed isometric-park-fna/Content/news_items.yaml |
|
45 | # yamllint -d relaxed isometric-park-fna/Content/news_items.yaml |
@@ -47,7 +47,8 | |||||
|
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/ |
|
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 | clean-obj: |
|
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 | #CONVENIENCE |
|
53 | #CONVENIENCE |
|
53 |
|
54 |
@@ -13,7 +13,7 | |||||
|
13 | </PropertyGroup> |
|
13 | </PropertyGroup> |
|
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|anycpu' "> |
|
14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|anycpu' "> |
|
15 | <DebugSymbols>true</DebugSymbols> |
|
15 | <DebugSymbols>true</DebugSymbols> |
|
16 |
<DebugType> |
|
16 | <DebugType>portable</DebugType> |
|
17 | <Optimize>false</Optimize> |
|
17 | <Optimize>false</Optimize> |
|
18 | <OutputPath>bin\Debug</OutputPath> |
|
18 | <OutputPath>bin\Debug</OutputPath> |
|
19 | <DefineConstants>DEBUG;</DefineConstants> |
|
19 | <DefineConstants>DEBUG;</DefineConstants> |
You need to be logged in to leave comments.
Login now