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