src/eric7/eric7_ide.py

branch
eric7
changeset 10542
e46910b0ce73
parent 10541
b709f6cc205c
child 10621
f5631f40c4d9
--- a/src/eric7/eric7_ide.py	Fri Feb 02 13:33:55 2024 +0100
+++ b/src/eric7/eric7_ide.py	Fri Feb 02 14:33:16 2024 +0100
@@ -329,9 +329,7 @@
 
     global app, args, mainWindow, splash, restartArgs, inMainLoop
 
-    if sys.excepthook is sys.__excepthook__:
-        # we are not executed in the debugger - set our exception hook
-        sys.excepthook = excepthook
+    sys.excepthook = excepthook
     if OSUtilities.isLinuxPlatform() or OSUtilities.isFreeBsdPlatform():
         multiprocessing.set_start_method("spawn")
 

eric ide

mercurial