diff -r e4a11c02374a -r 74e000797a93 DebugClients/Python3/DebugConfig.py --- a/DebugClients/Python3/DebugConfig.py Wed Sep 14 19:17:53 2016 +0200 +++ b/DebugClients/Python3/DebugConfig.py Wed Sep 14 20:08:16 2016 +0200 @@ -13,7 +13,7 @@ 'str', 'unicode', 'tuple', 'list', 'dict', 'dict-proxy', 'set', 'file', 'xrange', 'slice', 'buffer', 'class', 'instance', - 'instance method', 'property', 'generator', + 'method', 'property', 'generator', 'function', 'builtin_function_or_method', 'code', 'module', 'ellipsis', 'traceback', 'frame', 'other' ]