Interface IDebugConfigurationTypes


  • public interface IDebugConfigurationTypes
    Types of debug configurations.
    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 String LOCAL_RUNTIME
      Local 1C:Enterprise Runtime debug server debug type.
      static String REMOTE_RUNTIME
      Remote 1C:Enterprise Runtime web server debug type.
    • Field Detail

      • REMOTE_RUNTIME

        static final String REMOTE_RUNTIME
        Remote 1C:Enterprise Runtime web server debug type.

        Value is com._1c.g5.v8.dt.debug.core.RemoteRuntime.

        See Also:
        Constant Field Values
      • LOCAL_RUNTIME

        static final String LOCAL_RUNTIME
        Local 1C:Enterprise Runtime debug server debug type.

        Value is com._1c.g5.v8.dt.debug.core.LocalRuntime.

        See Also:
        Constant Field Values