Interface IDebugConfigurationAttributes


  • public interface IDebugConfigurationAttributes
    Debug configurations attributes.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • PROJECT_NAME

        static final String PROJECT_NAME
        Launch and debug configurations key. The value is a name of a configuration project, associated with a launch or debug configuration. Debug configurations may also lookup sources from this project.
        See Also:
        Constant Field Values
      • APPLICATION_ID

        static final String APPLICATION_ID
        Launch configuration attribute key. The value is an id of an application, associated with a launch or debug configuration.
        See Also:
        Constant Field Values
      • APPLICATION_USE_DEFAULT

        static final String APPLICATION_USE_DEFAULT
        Launch configuration attribute key. The value is a boolean flag whether need to use default application to launch for the provided project.

        If specified and value is true then APPLICATION_ID value will be ignored.

        See Also:
        Constant Field Values
      • INFOBASE_UUID

        static final String INFOBASE_UUID
        Launch configuration attribute key. The value is a UUID of an infobase reference, associated with a launch or debug configuration.

        Only one parameter, this or LAUNCH_URL can be provided at same time.

        See Also:
        Constant Field Values
      • RUNTIME_INSTALLATION

        static final String RUNTIME_INSTALLATION
        Launch configuration attribute key. The value is serialized resolvable 1C:Enterprise runtime installation, associated with a launch or debug configuration.
        See Also:
        Constant Field Values
      • RUNTIME_INSTALLATION_USE_AUTO

        static final String RUNTIME_INSTALLATION_USE_AUTO
        Launch configuration attribute key. The value is whether need to automatically determine 1C:Enterprise runtime installation to use for launch and debug.

        If specified and value is true then RUNTIME_INSTALLATION value will be ignored.

        See Also:
        Constant Field Values
      • DEBUG_INFOBASE_ALIAS

        static final String DEBUG_INFOBASE_ALIAS
        Debug configuration attribute key. The value is debugging infobase alias.
        See Also:
        Constant Field Values
      • DEBUG_SERVER_URL

        static final String DEBUG_SERVER_URL
        Debug configuration attribute key. The value is remote debug server URL address.
        See Also:
        Constant Field Values
      • DEBUG_SERVER_PORT

        static final String DEBUG_SERVER_PORT
        Debug configuration attribute key. The value is local debug server port to launch. Can be provided to force local debug server to use it, instead free port will be determined and used.
        See Also:
        Constant Field Values
      • DEBUG_SERVER_PASSWORD

        static final String DEBUG_SERVER_PASSWORD
        Debug configuration attribute key. The value is 1C:Enterprise runtime debug server password.
        See Also:
        Constant Field Values
      • EXTERNAL_OBJECT_PROJECT_NAME

        static final String EXTERNAL_OBJECT_PROJECT_NAME
        Debug configuration attribute key. The value is external object project name to get external object to execute with client launch.
        See Also:
        Constant Field Values
      • EXTERNAL_OBJECT_TYPE

        static final String EXTERNAL_OBJECT_TYPE
        Debug configuration attribute key. The value is external object type to execute with client launch. Type is stored as String name of object Class.
        See Also:
        Class.getName(), Constant Field Values
      • EXTERNAL_OBJECT_NAME

        static final String EXTERNAL_OBJECT_NAME
        Debug configuration attribute key. The value is external object name to execute with client launch.
        See Also:
        Constant Field Values