src/eric7/DebugClients/Python/DebugBase.py

branch
eric7
changeset 10542
e46910b0ce73
parent 10439
21c28b0f9e41
child 10683
779cda568acb
--- a/src/eric7/DebugClients/Python/DebugBase.py	Fri Feb 02 13:33:55 2024 +0100
+++ b/src/eric7/DebugClients/Python/DebugBase.py	Fri Feb 02 14:33:16 2024 +0100
@@ -324,6 +324,9 @@
             if self.quitting:
                 raise SystemExit
 
+        # check if we are still managing all exceptions
+        self._dbgClient.checkExceptionHook()
+
         if event == "line":
             if self.stop_here(frame) or self.break_here(frame):
                 if (

eric ide

mercurial