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 |