eric6/DebugClients/Python/DebugClientBase.py

changeset 7594
ee35df230130
parent 7570
a7a5750aded4
child 7627
812ee8c0a91a
child 7628
f904d0eef264
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

eric ide

mercurial