--- a/Debugger/Config.py Wed Oct 26 19:29:01 2016 +0200 +++ b/Debugger/Config.py Wed Oct 26 21:51:39 2016 +0200 @@ -12,6 +12,8 @@ from PyQt5.QtCore import QT_TRANSLATE_NOOP # Variables type definition +# Special case for Python 2: don't add 'instancemethod'. It's renamed to +# 'method' in DebugClientBase.py to be identical to Python 3 ConfigVarTypeDispStrings = { '__': QT_TRANSLATE_NOOP('Variable Types', 'Hidden Attributes'), 'NoneType': QT_TRANSLATE_NOOP('Variable Types', 'None'),