Debugger/CallStackViewer.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Debugger/CallStackViewer.py	Sat May 17 19:58:49 2014 +0200
+++ b/Debugger/CallStackViewer.py	Sun May 18 14:13:09 2014 +0200
@@ -102,7 +102,7 @@
     
     def __showCallStack(self, stack):
         """
-        Public slot to show the call stack of the program being debugged.
+        Private slot to show the call stack of the program being debugged.
         
         @param stack list of tuples with call stack data (file name,
             line number, function name, formatted argument/values list)

eric ide

mercurial