diff -r 7f643d41464e -r f904d0eef264 eric6/DebugClients/Python/DebugBase.py --- a/eric6/DebugClients/Python/DebugBase.py Wed Jun 17 17:12:21 2020 +0200 +++ b/eric6/DebugClients/Python/DebugBase.py Wed Jun 17 20:18:54 2020 +0200 @@ -169,7 +169,7 @@ import __pypy__ __pypy__.locals_to_fast(cf) return - except Exception: + except Exception: # secok pass ctypes.pythonapi.PyFrame_LocalsToFast( @@ -459,7 +459,7 @@ sys.settrace(self.trace_dispatch) try: - exec(cmd, globalsDict, localsDict) + exec(cmd, globalsDict, localsDict) # secok atexit._run_exitfuncs() self._dbgClient.progTerminated(0) except SystemExit: