DebugClients/Python3/DebugThread.py

changeset 3591
2f2a4a76dd22
parent 3160
209a07d7e401
child 4021
195a471c327b
--- a/DebugClients/Python3/DebugThread.py	Sat May 17 19:58:49 2014 +0200
+++ b/DebugClients/Python3/DebugThread.py	Sun May 18 14:13:09 2014 +0200
@@ -73,7 +73,7 @@
     
     def traceThread(self):
         """
-        Private method to setup tracing for this thread.
+        Public method to setup tracing for this thread.
         """
         self.set_trace()
         if not self._mainThread:
@@ -81,7 +81,7 @@
     
     def bootstrap(self):
         """
-        Private method to bootstrap the thread.
+        Public method to bootstrap the thread.
         
         It wraps the call to the user function to enable tracing
         before hand.
@@ -101,7 +101,7 @@
     
     def trace_dispatch(self, frame, event, arg):
         """
-        Private method wrapping the trace_dispatch of bdb.py.
+        Public method wrapping the trace_dispatch of bdb.py.
         
         It wraps the call to dispatch tracing into
         bdb to make sure we have locked the client to prevent multiple

eric ide

mercurial