public class ScriptDebugProcess extends ScriptDebugElement implements IProcess
ATTR_CMDLINE, ATTR_PROCESS_LABEL, ATTR_PROCESS_TYPE
Constructor and Description |
---|
ScriptDebugProcess(ScriptDebugTarget target) |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String key) |
int |
getExitValue() |
String |
getLabel() |
IStreamsProxy |
getStreamsProxy() |
boolean |
isStepping() |
boolean |
isSuspended() |
boolean |
isTerminated() |
void |
setAttribute(String key,
String value) |
canDisconnect, canResume, canStepInto, canStepOver, canStepReturn, canSuspend, canTerminate, disconnect, getDebugTarget, getModelIdentifier, isDisconnected, resume, stepInto, stepOver, stepReturn, suspend, terminate
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getLaunch
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdapter
canTerminate, terminate
public ScriptDebugProcess(ScriptDebugTarget target)
public IStreamsProxy getStreamsProxy()
getStreamsProxy
in interface IProcess
public void setAttribute(String key, String value)
setAttribute
in interface IProcess
public String getAttribute(String key)
getAttribute
in interface IProcess
public int getExitValue() throws DebugException
getExitValue
in interface IProcess
DebugException
public boolean isTerminated()
isTerminated
in interface ITerminate
public boolean isSuspended()
isSuspended
in interface ISuspendResume
public boolean isStepping()
isStepping
in interface IStep