com.evelopers.unimod.debug.protocol
Class CommandMessage
java.lang.Object
com.evelopers.unimod.debug.protocol.Message
com.evelopers.unimod.debug.protocol.CommandMessage
- All Implemented Interfaces:
- java.io.Serializable
- public class CommandMessage
- extends Message
Possible commands: set breakpoints, remove breakpoints, make step, resume
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SET_BREAKPOINTS
public static final int SET_BREAKPOINTS
- See Also:
- Constant Field Values
REMOVE_BREAKPOINTS
public static final int REMOVE_BREAKPOINTS
- See Also:
- Constant Field Values
STEP
public static final int STEP
- See Also:
- Constant Field Values
RESUME
public static final int RESUME
- See Also:
- Constant Field Values
getBreapoints
public Position[] getBreapoints()
createSetBreakpoints
public static final CommandMessage createSetBreakpoints(Position[] breakpoints)
createRemoveBreakpoints
public static final CommandMessage createRemoveBreakpoints(Position[] breakpoints)
createStep
public static final CommandMessage createStep(ThreadInfo thread)
createResume
public static final CommandMessage createResume(ThreadInfo thread)