--- a/src/eric7/DebugClients/Python/DebugVariables.py Sun Dec 03 16:44:52 2023 +0100 +++ b/src/eric7/DebugClients/Python/DebugVariables.py Sun Dec 03 19:46:34 2023 +0100 @@ -519,7 +519,7 @@ """ d = [] start = count = 0 - allKeys = list(var.keys()) + allKeys = list(var) try: # Fast path: all items from same type allKeys.sort()