diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index b09b3b4e..9efc5314 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -133,6 +133,9 @@ namespace TShockAPI void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) { + #if DEBUG + System.Diagnostics.Debugger.Break(); + #endif if (Main.worldPathName != null) { Main.worldPathName += ".crash";