Ejemplo n.º 1
0
 public static String getRunFilesScript() throws CoreException {
   return FileUtils.getFileAbsolutePath(PydevDebugPlugin.getScriptWithinPySrc("runfiles.py"));
 }
Ejemplo n.º 2
0
 /**
  * @return
  * @throws CoreException
  */
 public static String getCoverageScript() throws CoreException {
   return FileUtils.getFileAbsolutePath(
       PydevDebugPlugin.getScriptWithinPySrc("pydev_coverage.py"));
 }