Posted in General Prevent C# console application from closing Posted byby Curt Sahd 2 years ago 0 Comments Tired of trying to debug a console application and it keeps closing on you? Quite simple – just put this at the end of the console application and you’ll be good to go: [box type=”bio”] Console.ReadLine();[/box] Cheerio ?