--- a/Debugger/VariablesViewer.py Fri May 24 18:39:58 2013 +0200 +++ b/Debugger/VariablesViewer.py Tue May 28 20:52:12 2013 +0200 @@ -53,7 +53,7 @@ # indicate skipped lines by <...> at the # beginning and/or end index = 0 - while index < len(lines) and lines[index] == "": + while index < len(lines) - 1 and lines[index] == "": index += 1 dvalue = "" if index > 0: