diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py index b40a33ae58..97966d2a5c 100644 --- a/cura/CrashHandler.py +++ b/cura/CrashHandler.py @@ -22,7 +22,7 @@ fatal_exception_types = [ ] def show(exception_type, value, tb): - debug_mode = False + debug_mode = True Logger.log("c", "An uncaught exception has occurred!") for line in traceback.format_exception(exception_type, value, tb):