DebugClients/Python/DebugBase.py

branch
debugger fine grinding
changeset 5539
05b365ba9f55
parent 5538
d6de2206af1e
child 5540
40992b7a60a9
--- a/DebugClients/Python/DebugBase.py	Sat Feb 18 13:58:48 2017 +0100
+++ b/DebugClients/Python/DebugBase.py	Sat Feb 18 21:54:09 2017 +0100
@@ -421,8 +421,6 @@
             frame.f_trace = self.trace_dispatch
             
             target(*args, **kwargs)
-        except SystemExit:
-            pass
         except Exception:
             excinfo = sys.exc_info()
             self.user_exception(excinfo, True)

eric ide

mercurial