public class StepRequest extends AbstractRequest
_type| Constructor and Description |
|---|
StepRequest(ThreadStateManager stateManager, ProgramThreadHandle handle, java.lang.String frameID, int step)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ProgramThread thread, IStackFrame frame)
returns true if it matches
|
void |
write(PacketOutputStream stream, ProgramThread thread, IStackFrame frame)
create corresponding event packet data
|
id, typepublic StepRequest(ThreadStateManager stateManager, ProgramThreadHandle handle, java.lang.String frameID, int step)
public boolean matches(ProgramThread thread, IStackFrame frame)
matches in class AbstractRequestpublic void write(PacketOutputStream stream, ProgramThread thread, IStackFrame frame) throws java.io.IOException
write in class AbstractRequestjava.io.IOException