--- a/DebugClients/Python/DebugConfig.py Tue Oct 25 19:33:43 2016 +0200 +++ b/DebugClients/Python/DebugConfig.py Tue Oct 25 21:45:20 2016 +0200 @@ -15,7 +15,7 @@ 'bool', 'int', 'long', 'float', 'complex', 'str', 'unicode', 'tuple', 'list', 'dict', 'dict-proxy', 'set', 'file', 'xrange', - 'slice', 'buffer', 'class', 'instance', + 'slice', 'buffer', 'class', 'instance', 'instancemethod', 'method', 'property', 'generator', 'function', 'builtin_function_or_method', 'code', 'module', 'ellipsis', 'traceback', 'frame', 'other', 'frozenset'