public class PythonDebugTarget extends EaseDebugTarget
Constructor and Description |
---|
PythonDebugTarget(ILaunch launch,
boolean suspendOnStartup,
boolean suspendOnScriptLoad,
boolean showDynamicCode)
Constructor for now only calls super constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModelIdentifier() |
java.lang.String |
getName() |
boolean |
supportsBreakpoint(IBreakpoint breakpoint) |
breakpointAdded, breakpointChanged, breakpointRemoved, canDisconnect, canResume, canStepInto, canStepOver, canStepReturn, canSuspend, 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 PythonDebugTarget(ILaunch launch, boolean suspendOnStartup, boolean suspendOnScriptLoad, boolean showDynamicCode)
launch
- suspendOnStartup
- suspendOnScriptLoad
- showDynamicCode
- public java.lang.String getName()
getName
in interface IDebugTarget
getName
in class EaseDebugTarget
public boolean supportsBreakpoint(IBreakpoint breakpoint)
public java.lang.String getModelIdentifier()
getModelIdentifier
in interface IDebugElement
getModelIdentifier
in class EaseDebugElement