Class CommandPluginHandler
java.lang.Object
org.eclipse.emf.mwe.internal.ui.debug.processing.handlers.CommandPluginHandler
This class handles the communication of debug command actions on the Eclipse side
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
setConnection
(Connection connection)
-
Constructor Details
-
CommandPluginHandler
public CommandPluginHandler()
-
-
Method Details
-
setConnection
-
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
-