mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:15:53 +08:00
Re-enable Debug mode by default
As discussed a while ago, we want to re-enable the crash dialog whenever an uncaught exception occurs.
This commit is contained in:
parent
d641234a74
commit
1de8024193
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user