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, toStringcanDisconnect, canResume, canStepInto, canStepOver, canStepReturn, canTerminate, disconnect, isDisconnected, isStepping, isSuspended, isTerminated, resume, setResumed, setSuspended, stepInto, stepOver, stepReturn, suspend, terminatefireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapterequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdaptercanTerminate, isTerminated, terminatecanResume, isSuspended, resume, suspendcanDisconnect, disconnect, isDisconnectedpublic PythonDebugTarget(ILaunch launch, boolean suspendOnStartup, boolean suspendOnScriptLoad, boolean showDynamicCode)
public java.lang.String getName()
getName in interface IDebugTargetgetName in class EaseDebugTargetpublic boolean supportsBreakpoint(IBreakpoint breakpoint)
public boolean canSuspend()
canSuspend in interface ISuspendResumecanSuspend in class EaseDebugElementpublic java.lang.String getModelIdentifier()
getModelIdentifier in interface IDebugElementgetModelIdentifier in class EaseDebugElement