• 0

Visual Studio wait for any key after debug


Question

Hello, there's one behavior that always annoyed me in Visual Studio, it's that when you F5 your application (Start Debugging), the program will close as soon as it's done executing. I'd like it to show "Press Any Key To Continue...", exactly like you start it using Ctrl-F5 (Start Without Debugging). In C++ I usually add system("pause") and in C# I add Console.ReadKey(), but I'd rather have the IDE do it. Is there a way to set it up like that?

Thanks.

2 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.