DebugClients/Python3/DebugBase.py

changeset 5169
74e000797a93
parent 5163
741cf2db16ba
child 5174
8c48f5e0cd92
child 5184
79b3922094ba
diff -r e4a11c02374a -r 74e000797a93 DebugClients/Python3/DebugBase.py
--- a/DebugClients/Python3/DebugBase.py	Wed Sep 14 19:17:53 2016 +0200
+++ b/DebugClients/Python3/DebugBase.py	Wed Sep 14 20:08:16 2016 +0200
@@ -908,8 +908,8 @@
             'DebugClientCapabilities.py',
             'DebugClientThreads.py',
             'DebugConfig.py', 'DebugThread.py',
-            'DebugUtilities.py', 'FlexCompleter.py',
-            'PyProfile.py'] or \
+            'DebugUtilities.py', 'DebugVariables.py',
+            'FlexCompleter.py', 'PyProfile.py'] or \
            os.path.dirname(fn).endswith("coverage"):
             return True
 

eric ide

mercurial