DebugClients/Python3/DebugConfig.py

changeset 5171
f1e9eebd5469
parent 5169
74e000797a93
--- a/DebugClients/Python3/DebugConfig.py	Wed Sep 14 20:08:16 2016 +0200
+++ b/DebugClients/Python3/DebugConfig.py	Fri Sep 16 19:28:39 2016 +0200
@@ -7,6 +7,9 @@
 Module defining type strings for the different Python types.
 """
 
+#
+# Keep this list in sync with Debugger.Config.ConfigVarTypeFilters
+#
 ConfigVarTypeStrings = [
     '__', 'NoneType', 'type',
     'bool', 'int', 'long', 'float', 'complex',
@@ -15,7 +18,7 @@
     'slice', 'buffer', 'class', 'instance',
     'method', 'property', 'generator',
     'function', 'builtin_function_or_method', 'code', 'module',
-    'ellipsis', 'traceback', 'frame', 'other'
+    'ellipsis', 'traceback', 'frame', 'other', 'frozenset'
 ]
 
 #

eric ide

mercurial