Search code examples
c#windowscmdxamarin-studio

Keeping CMD open while using Xamarin Studios on Windows


What I'm asking is how to keep the cmd up while writing code in .Net c#, we used the terminal often to display our results. But when I hit the play button on Windows it pops the cmd windows up but instantly closes it. I need this to stay open to see how my code is doing.

Does anybody know how to do this?


Solution

  • Open the Project Options and go the Run / General and select "Pause console output". It is only going to open when you run/debug your code. The console window will not auto-close now but will when you press any key with it selected...

    enter image description here