DebugClients/Python2/DebugBase.py

changeset 5171
f1e9eebd5469
parent 5163
741cf2db16ba
child 5174
8c48f5e0cd92
child 5184
79b3922094ba
equal deleted inserted replaced
5169:74e000797a93 5171:f1e9eebd5469
884 'DebugBase.py', 'DebugClient.py', 884 'DebugBase.py', 'DebugClient.py',
885 'DebugClientBase.py', 885 'DebugClientBase.py',
886 'DebugClientCapabilities.py', 886 'DebugClientCapabilities.py',
887 'DebugClientThreads.py', 887 'DebugClientThreads.py',
888 'DebugConfig.py', 'DebugThread.py', 888 'DebugConfig.py', 'DebugThread.py',
889 'DebugUtilities.py', 'FlexCompleter.py', 889 'DebugUtilities.py', 'DebugVariables.py',
890 'PyProfile.py'] or \ 890 'FlexCompleter.py', 'PyProfile.py'] or \
891 os.path.dirname(fn).endswith("coverage"): 891 os.path.dirname(fn).endswith("coverage"):
892 return True 892 return True
893 893
894 if self._dbgClient.shouldSkip(fn): 894 if self._dbgClient.shouldSkip(fn):
895 return True 895 return True

eric ide

mercurial