eric6/DebugClients/Python/DebugClientBase.py

branch
Variables Viewer
changeset 6979
c272ec33ea11
parent 6978
720247f98e1f
child 6980
cf9351b063a8
diff -r 720247f98e1f -r c272ec33ea11 eric6/DebugClients/Python/DebugClientBase.py
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sat Apr 27 22:06:38 2019 +0200
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Sat Apr 27 22:16:35 2019 +0200
@@ -1529,7 +1529,7 @@
                 else:
                     break
             
-            idx = -2
+            idx = -3  # Requested variable doesn't exist anymore
             # If found, get the details of attribute
             if variable is not None:
                 typeName, typeStr, resolver = DebugVariables.getType(variable)

eric ide

mercurial