Class CommandPluginHandler

java.lang.Object
org.eclipse.emf.mwe.internal.ui.debug.processing.handlers.CommandPluginHandler

public class CommandPluginHandler extends Object
This class handles the communication of debug command actions on the Eclipse side
  • Constructor Details

    • CommandPluginHandler

      public CommandPluginHandler()
  • Method Details

    • setConnection

      public void setConnection(Connection connection)
    • sendStepIntoCommand

      public void sendStepIntoCommand() throws org.eclipse.debug.core.DebugException
      Throws:
      org.eclipse.debug.core.DebugException
    • sendStepOverCommand

      public void sendStepOverCommand() throws org.eclipse.debug.core.DebugException
      Throws:
      org.eclipse.debug.core.DebugException
    • sendStepReturnCommand

      public void sendStepReturnCommand() throws org.eclipse.debug.core.DebugException
      Throws:
      org.eclipse.debug.core.DebugException
    • sendResumeCommand

      public void sendResumeCommand() throws org.eclipse.debug.core.DebugException
      Throws:
      org.eclipse.debug.core.DebugException
    • sendSuspendCommand

      public void sendSuspendCommand() throws org.eclipse.debug.core.DebugException
      Throws:
      org.eclipse.debug.core.DebugException
    • sendTerminateCommand

      public void sendTerminateCommand() throws org.eclipse.debug.core.DebugException
      Throws:
      org.eclipse.debug.core.DebugException