mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue