Debugger/VariablesViewer.py

changeset 2617
5719edfddb4c
parent 2511
a0ff5574e43a
child 2677
3d4277929fb3
child 2953
703452a2876f
--- 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:

eric ide

mercurial