--- a/Debugger/VariablesViewer.py Wed Apr 24 19:00:19 2013 +0200 +++ b/Debugger/VariablesViewer.py Wed Apr 24 19:14:22 2013 +0200 @@ -51,7 +51,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: