DebugClients/Python/DebugClientBase.py

changeset 2276
52ec544a6c74
parent 2171
c7dd548d67d8
child 2297
e8a46f81517c
diff -r 34804fc7e2f9 -r 52ec544a6c74 DebugClients/Python/DebugClientBase.py
--- a/DebugClients/Python/DebugClientBase.py	Wed Dec 19 19:34:35 2012 +0100
+++ b/DebugClients/Python/DebugClientBase.py	Fri Dec 21 08:24:31 2012 +0100
@@ -886,8 +886,6 @@
             sys.last_type, sys.last_value, sys.last_traceback = sys.exc_info()
             map(self.write, traceback.format_exception_only(sys.last_type, sys.last_value))
             self.buffer = ''
-
-            self.__exceptionRaised()
         else:
             if code is None:
                 self.pendingResponse = DebugProtocol.ResponseContinue
@@ -951,8 +949,6 @@
 
                     map(self.write, list)
 
-                    self.__exceptionRaised()
-
     def __clientCapabilities(self):
         """
         Private method to determine the clients capabilities.

eric ide

mercurial