public class PythonDebugTarget extends ScriptDebugTarget
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 |
---|---|
String |
getModelIdentifier() |
String |
getName() |
boolean |
supportsBreakpoint(IBreakpoint breakpoint) |
breakpointAdded, breakpointChanged, breakpointRemoved, disconnect, getDebugTarget, getLaunch, getMemoryBlock, getProcess, getThreads, handleEvent, hasThreads, isStepping, isSuspended, isTerminated, resume, setDispatcher, supportsStorageRetrieval, terminate
canDisconnect, canResume, canStepInto, canStepOver, canStepReturn, canSuspend, canTerminate, isDisconnected, stepInto, stepOver, stepReturn, suspend
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdapter
canTerminate
canResume, canSuspend, suspend
canDisconnect, isDisconnected
public PythonDebugTarget(ILaunch launch, boolean suspendOnStartup, boolean suspendOnScriptLoad, boolean showDynamicCode)
launch
- suspendOnStartup
- suspendOnScriptLoad
- showDynamicCode
- public String getName() throws DebugException
getName
in interface IDebugTarget
getName
in class ScriptDebugTarget
DebugException
public boolean supportsBreakpoint(IBreakpoint breakpoint)
supportsBreakpoint
in interface IDebugTarget
supportsBreakpoint
in class ScriptDebugTarget
public String getModelIdentifier()
getModelIdentifier
in interface IDebugElement
getModelIdentifier
in class ScriptDebugElement