Package ghidra.python

Class PyDevUtils


  • public class PyDevUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File getPyDevSrcDir()
      Gets The PyDev source directory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PYDEV_REMOTE_DEBUGGER_PORT

        public static final int PYDEV_REMOTE_DEBUGGER_PORT
        See Also:
        Constant Field Values
    • Method Detail

      • getPyDevSrcDir

        public static java.io.File getPyDevSrcDir()
        Gets The PyDev source directory.
        Returns:
        The PyDev source directory, or null if it not known.