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 |