def GetPydevdDirLocation(context): from org.python.pydev.debug.ui.launching import PythonRunnerConfig # @UnresolvedImport import os return os.path.split(PythonRunnerConfig.getDebugScript())[0]
def GetPydevdFileLocation(context): from org.python.pydev.debug.ui.launching import PythonRunnerConfig # @UnresolvedImport return PythonRunnerConfig.getDebugScript()