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) |