Posted inGeneralPrevent C# console application from closingPosted byby Curt Sahd 3 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 ?