Console dissapearing after execution

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?
 
R

Rob Lancaster

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top