Class RemoteEpsilonLaunchConfigurationDelegate

java.lang.Object
org.eclipse.lsp4e.debug.launcher.DSPLaunchDelegate
org.eclipse.epsilon.eol.dt.debug.RemoteEpsilonLaunchConfigurationDelegate
All Implemented Interfaces:
org.eclipse.debug.core.model.ILaunchConfigurationDelegate

public class RemoteEpsilonLaunchConfigurationDelegate extends org.eclipse.lsp4e.debug.launcher.DSPLaunchDelegate
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.lsp4e.debug.launcher.DSPLaunchDelegate

    org.eclipse.lsp4e.debug.launcher.DSPLaunchDelegate.DSPLaunchDelegateLaunchBuilder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.eclipse.debug.core.model.IDebugTarget
    createDebugTarget(org.eclipse.core.runtime.SubMonitor subMonitor, Supplier<org.eclipse.lsp4e.debug.debugmodel.TransportStreams> streamsSupplier, org.eclipse.debug.core.ILaunch launch, Map<String,Object> dspParameters)
     

    Methods inherited from class org.eclipse.lsp4e.debug.launcher.DSPLaunchDelegate

    launch, launch

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.debug.core.model.ILaunchConfigurationDelegate

    showCommandLine
  • Constructor Details

    • RemoteEpsilonLaunchConfigurationDelegate

      public RemoteEpsilonLaunchConfigurationDelegate()
  • Method Details

    • createDebugTarget

      protected org.eclipse.debug.core.model.IDebugTarget createDebugTarget(org.eclipse.core.runtime.SubMonitor subMonitor, Supplier<org.eclipse.lsp4e.debug.debugmodel.TransportStreams> streamsSupplier, org.eclipse.debug.core.ILaunch launch, Map<String,Object> dspParameters) throws org.eclipse.core.runtime.CoreException
      Overrides:
      createDebugTarget in class org.eclipse.lsp4e.debug.launcher.DSPLaunchDelegate
      Throws:
      org.eclipse.core.runtime.CoreException