--- a/eric6/DebugClients/Python/DebugClientBase.py Mon Dec 07 17:56:21 2020 +0100 +++ b/eric6/DebugClients/Python/DebugClientBase.py Mon Dec 07 17:57:03 2020 +0100 @@ -1867,12 +1867,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: