DebugClients/Python/ThreadExtension.py

changeset 5273
be55746da9d1
parent 5269
0e96e1557c45
child 5389
9b1c800daff3
--- a/DebugClients/Python/ThreadExtension.py	Tue Oct 25 21:45:20 2016 +0200
+++ b/DebugClients/Python/ThreadExtension.py	Tue Oct 25 22:50:59 2016 +0200
@@ -60,11 +60,6 @@
         del sys.modules['threading']
         
         sys.meta_path.insert(0, self)
-        
-        # provide a hook to perform a hard breakpoint
-        # Use it like this:
-        # if hasattr(sys, 'breakpoint): sys.breakpoint()
-        sys.breakpoint = self.set_trace
 
     def attachThread(self, target=None, args=None, kwargs={},
                      mainThread=False):

eric ide

mercurial