From 18bfc4b0c58e1a5ae538b9ccb4c325dece359342 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 7 Nov 2021 09:40:29 -0800 Subject: [PATCH] [#138] Add line numbers to C# stack traces --- langs/csharp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/csharp.yaml b/langs/csharp.yaml index e81e811..3988f44 100644 --- a/langs/csharp.yaml +++ b/langs/csharp.yaml @@ -19,9 +19,9 @@ template: | } compile: | - mcs main.cs + mcs -debug main.cs run: | - mono main.exe + mono --debug main.exe format: run: |