What is the simplest way to run a C# program in linux (eg with `dotnet`) and be able to see the output of Debug.Print statements? All the instructions I find on Google only show how to do this in VS Code and I am not currently using VS Code.
@mcc 👀 I've just been using mono and it's working pretty well for me! Though I'm not sure if I'm seeing debug statements