Interface IRuntimeDebugClientTargetFactory


  • public interface IRuntimeDebugClientTargetFactory
    Factory for 1C:Enterprise Runtime debug client targets.

    Clients can use IRuntimeDebugClientTargetManager to create IRuntimeDebugClientTarget with appropriate underlying processes.

    See Also:
    IRuntimeDebugClientTarget, IRuntimeDebugClientTargetManager
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • create

        IRuntimeDebugClientTarget create​(org.eclipse.debug.core.ILaunch launch,
                                         org.eclipse.debug.core.model.IProcess process,
                                         ScriptVariant scriptVariant)
        Create instance of the 1C:Enterprise Runtime debug client target.
        Parameters:
        launch - the associated launch, cannot be null
        process - the the associated process, cannot be null
        scriptVariant - the script variant of the target debug server configuration, cannot be null
        Returns:
        new instance of the 1C:Enterprise Runtime debug client target, never null