[#138] Add line numbers to C# stack traces
This commit is contained in:
parent
1b529af997
commit
18bfc4b0c5
|
@ -19,9 +19,9 @@ template: |
|
||||||
}
|
}
|
||||||
|
|
||||||
compile: |
|
compile: |
|
||||||
mcs main.cs
|
mcs -debug main.cs
|
||||||
run: |
|
run: |
|
||||||
mono main.exe
|
mono --debug main.exe
|
||||||
|
|
||||||
format:
|
format:
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue