diff -r ed66a44dcd84 -r efd21f457e06 DebugClients/Python/DebugConfig.py --- a/DebugClients/Python/DebugConfig.py Wed Oct 26 19:29:01 2016 +0200 +++ b/DebugClients/Python/DebugConfig.py Wed Oct 26 21:51:39 2016 +0200 @@ -15,10 +15,13 @@ 'bool', 'int', 'long', 'float', 'complex', 'str', 'unicode', 'tuple', 'list', 'dict', 'dict-proxy', 'set', 'file', 'xrange', - 'slice', 'buffer', 'class', 'instance', 'instancemethod', + 'slice', 'buffer', 'class', 'instance', 'method', 'property', 'generator', 'function', 'builtin_function_or_method', 'code', 'module', - 'ellipsis', 'traceback', 'frame', 'other', 'frozenset' + 'ellipsis', 'traceback', 'frame', 'other', 'frozenset', + # Special case for Python 2: don't add 'instancemethod' to + # ConfigVarTypeFilters and leave it always at last position + 'instancemethod' ] #