--- a/DebugClients/Python/DebugClientBase.py Wed Oct 26 19:27:11 2016 +0200 +++ b/DebugClients/Python/DebugClientBase.py Wed Oct 26 19:29:01 2016 +0200 @@ -1684,7 +1684,7 @@ elif ConfigVarTypeStrings.index('instance') in filter: continue - if (not valtypestr.startswith('type ') and + if (not valtypestr.startswith('type ') and valtypename not in ["ndarray", "MultiValueDict", "array"]): valtype = valtypestr