--- a/Debugger/DebugUI.py Sat May 17 19:58:49 2014 +0200 +++ b/Debugger/DebugUI.py Sun May 18 14:13:09 2014 +0200 @@ -166,7 +166,7 @@ def initActions(self): """ - Method defining the user interface actions. + Public method defining the user interface actions. """ self.actions = [] @@ -1294,7 +1294,7 @@ def __clientWatchConditionError(self, cond): """ - Public method to handle a expression error of a watch expression. + Private method to handle a expression error of a watch expression. Note: This can only happen for normal watch expressions