Interface IConnectHandler

  • All Superinterfaces:
    org.eclipse.debug.core.commands.IDebugCommandHandler

    public interface IConnectHandler
    extends org.eclipse.debug.core.commands.IDebugCommandHandler
    A connect handler connects the debug user interface from a debug session.

    Clients may implement this interface. The G5-V8-DT debug platform extension provides a connect action that delegates to this handler interface. As well, the debug platform provides an implementation of the connect handler registered as an adapter on objects that implement IConnect.

    See Also:
    IConnect
    • Method Summary

      • Methods inherited from interface org.eclipse.debug.core.commands.IDebugCommandHandler

        canExecute, execute