Interface IDebugConfigurationDefaults


  • public interface IDebugConfigurationDefaults
    Debug configuration default values.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEFAULT_PORT
      Default debug server port value.
    • Field Detail

      • DEFAULT_PORT

        static final int DEFAULT_PORT
        Default debug server port value. -1 value means automatic port determination.
        See Also:
        Constant Field Values