--- a/eric6/DebugClients/Python/DebugClientBase.py Sun Dec 06 18:37:08 2020 +0100 +++ b/eric6/DebugClients/Python/DebugClientBase.py Mon Dec 07 17:54:09 2020 +0100 @@ -1808,12 +1808,6 @@ continue isQt = valtype.startswith(ConfigQtNames) - # TODO: see if this is still needed -# if (not valtypestr.startswith('type ') and -# valtypename not in ("ndarray", "MultiValueDict", -# "array", "defaultdict") and -# not isQt): -# valtype = valtypestr try: if valtype in self.arrayTypes: