Console application (build) closes if an error occures, how can I let the console stay open after the error occures? (For debbuging reasons, and yes the application has to be build for my purposes)
Console.ReadKey() is not what I am looking for, just wondering if I can prevent the exit on error.