Console dissapearing after execution

  • Thread starter Thread starter Gregory Leck
  • Start date Start date
G

Gregory Leck

I'm in the process of going through some basic newb tutorials.

To avoid having the the console disappear after the last bit of code has been executed, I'm usually using something like Console.Read().

Is there a way to configure the IDE so that my console won't disappear and this, without the use of any code?
 
I'm in the process of going through some basic newb tutorials.

To avoid having the the console disappear after the last bit of code has
been executed, I'm usually using something like Console.Read().

Is there a way to configure the IDE so that my console won't disappear and
this, without the use of any code?

Use CTRL+F5 instead of just F5 to run your code.

Rob
 
Back
Top