DebugClients/Python3/DebugBase.py

changeset 5169
74e000797a93
parent 5163
741cf2db16ba
child 5174
8c48f5e0cd92
child 5184
79b3922094ba
equal deleted inserted replaced
5168:e4a11c02374a 5169:74e000797a93
906 'DebugBase.py', 'DebugClient.py', 906 'DebugBase.py', 'DebugClient.py',
907 'DebugClientBase.py', 907 'DebugClientBase.py',
908 'DebugClientCapabilities.py', 908 'DebugClientCapabilities.py',
909 'DebugClientThreads.py', 909 'DebugClientThreads.py',
910 'DebugConfig.py', 'DebugThread.py', 910 'DebugConfig.py', 'DebugThread.py',
911 'DebugUtilities.py', 'FlexCompleter.py', 911 'DebugUtilities.py', 'DebugVariables.py',
912 'PyProfile.py'] or \ 912 'FlexCompleter.py', 'PyProfile.py'] or \
913 os.path.dirname(fn).endswith("coverage"): 913 os.path.dirname(fn).endswith("coverage"):
914 return True 914 return True
915 915
916 if self._dbgClient.shouldSkip(fn): 916 if self._dbgClient.shouldSkip(fn):
917 return True 917 return True

eric ide

mercurial