Prevent C# console application from closing Curt Sahd Read more posts by this author. Curt Sahd 4 Apr 2013 • 1 min read 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 ?