eric6/DebugClients/Python/DebugClientBase.py

branch
Variables Viewer
changeset 6979
c272ec33ea11
parent 6978
720247f98e1f
child 6980
cf9351b063a8
equal deleted inserted replaced
6978:720247f98e1f 6979:c272ec33ea11
1527 break 1527 break
1528 1528
1529 else: 1529 else:
1530 break 1530 break
1531 1531
1532 idx = -2 1532 idx = -3 # Requested variable doesn't exist anymore
1533 # If found, get the details of attribute 1533 # If found, get the details of attribute
1534 if variable is not None: 1534 if variable is not None:
1535 typeName, typeStr, resolver = DebugVariables.getType(variable) 1535 typeName, typeStr, resolver = DebugVariables.getType(variable)
1536 if resolver: 1536 if resolver:
1537 varGen = resolver.getDictionary(variable) 1537 varGen = resolver.getDictionary(variable)

eric ide

mercurial