diff -r b709f6cc205c -r e46910b0ce73 src/eric7/DebugClients/Python/DebugBase.py --- 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 (