diff -r ed66a44dcd84 -r efd21f457e06 DebugClients/Python/DebugClientBase.py --- a/DebugClients/Python/DebugClientBase.py Wed Oct 26 19:29:01 2016 +0200 +++ b/DebugClients/Python/DebugClientBase.py Wed Oct 26 21:51:39 2016 +0200 @@ -1690,11 +1690,12 @@ valtype = valtypestr else: try: - if ConfigVarTypeStrings.index(valtype) in filter: - continue # Strip 'instance' to be equal with Python 3 if valtype == "instancemethod": valtype = "method" + + if ConfigVarTypeStrings.index(valtype) in filter: + continue except ValueError: if valtype == "classobj": if ConfigVarTypeStrings.index(