--- 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)