public class RhinoDebugTarget extends EaseDebugTarget
Constructor and Description |
---|
RhinoDebugTarget(ILaunch launch,
boolean suspendOnStartup,
boolean suspendOnScriptLoad,
boolean showDynamicCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
canSuspend() |
java.lang.String |
getModelIdentifier() |
java.lang.String |
getName() |
boolean |
supportsBreakpoint(IBreakpoint breakpoint) |
breakpointAdded, breakpointChanged, breakpointRemoved, canDisconnect, canResume, canStepInto, canStepOver, canStepReturn, canTerminate, disconnect, fireDispatchEvent, getDebugTarget, getLaunch, getMemoryBlock, getProcess, getThreads, getUniqueVariableId, handleEvent, hasThreads, isDisconnected, isStepping, isSuspended, isTerminated, resume, setDispatcher, stepInto, stepOver, stepReturn, supportsStorageRetrieval, suspend, terminate, toString
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAdapter
public RhinoDebugTarget(ILaunch launch, boolean suspendOnStartup, boolean suspendOnScriptLoad, boolean showDynamicCode)
public java.lang.String getName()
getName
in interface IDebugTarget
getName
in class EaseDebugTarget
public boolean supportsBreakpoint(IBreakpoint breakpoint)
public boolean canSuspend()
canSuspend
in interface ISuspendResume
canSuspend
in class EaseDebugTarget
public java.lang.String getModelIdentifier()
getModelIdentifier
in interface IDebugElement
getModelIdentifier
in class EaseDebugElement