--- a/DebugClients/Python/DebugVariables.py Mon Oct 17 19:51:51 2016 +0200 +++ b/DebugClients/Python/DebugVariables.py Mon Oct 17 19:59:52 2016 +0200 @@ -498,6 +498,7 @@ "f": "float (float)", "d": "float (double)", } + def resolve(self, var, attribute): """ Public method to get an attribute from a variable.