diff -r 68b03f6ebed5 -r ee35df230130 eric6/DebugClients/Python/DebugClientBase.py --- a/eric6/DebugClients/Python/DebugClientBase.py Tue May 12 17:22:50 2020 +0200 +++ b/eric6/DebugClients/Python/DebugClientBase.py Tue May 12 17:32:16 2020 +0200 @@ -1817,7 +1817,7 @@ if ConfigVarTypeStrings.index(valtype) in filterList: continue except ValueError: - if valtype == "sip.enumtype": + if valtype in ("sip.enumtype", "sip.wrappertype"): if ConfigVarTypeStrings.index('class') in filterList: continue elif (valtype == "sip.methoddescriptor" or