--- a/Debugger/DebugUI.py Wed Mar 08 10:49:20 2017 +0100 +++ b/Debugger/DebugUI.py Thu Mar 09 17:36:12 2017 +0100 @@ -1285,9 +1285,9 @@ @param variables the list of members of a classvariable from the client """ if scope == 1: - self.debugViewer.showVariable(variables, 1) + self.debugViewer.showVariable(variables, True) elif scope == 0: - self.debugViewer.showVariable(variables, 0) + self.debugViewer.showVariable(variables, False) def __clientBreakConditionError(self, filename, lineno): """