diff -r e8688eb98b98 -r 812ee8c0a91a eric6/DebugClients/Python/DebugClientBase.py --- a/eric6/DebugClients/Python/DebugClientBase.py Sun May 03 13:42:52 2020 +0200 +++ b/eric6/DebugClients/Python/DebugClientBase.py Wed Jun 17 17:14:12 2020 +0200 @@ -1898,7 +1898,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