public class PythonDebugTarget extends EaseDebugTarget
EaseDebugElement.State
Constructor and Description |
---|
PythonDebugTarget(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, cleanupOnTermination, fireDispatchEvent, getDebugTarget, getLaunch, getMemoryBlock, getProcess, getThreads, getUniqueVariableId, handleEvent, hasThreads, isShowDynamicCode, isSuspendOnScriptLoad, isSuspendOnStartup, setDispatcher, setScriptRegistry, supportsStorageRetrieval, toString
canDisconnect, canResume, canStepInto, canStepOver, canStepReturn, canTerminate, disconnect, isDisconnected, isStepping, isSuspended, isTerminated, resume, setResumed, setSuspended, stepInto, stepOver, stepReturn, suspend, terminate
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAdapter
canTerminate, isTerminated, terminate
canResume, isSuspended, resume, suspend
canDisconnect, disconnect, isDisconnected
public PythonDebugTarget(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 EaseDebugElement
public java.lang.String getModelIdentifier()
getModelIdentifier
in interface IDebugElement
getModelIdentifier
in class EaseDebugElement