public class PythonDebugTarget extends EaseDebugTarget
EaseDebugElement.State| Constructor and Description |
|---|
PythonDebugTarget(org.eclipse.debug.core.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(org.eclipse.debug.core.model.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, waitcanTerminate, isTerminated, terminatepublic PythonDebugTarget(org.eclipse.debug.core.ILaunch launch,
boolean suspendOnStartup,
boolean suspendOnScriptLoad,
boolean showDynamicCode)
public java.lang.String getName()
getName in interface org.eclipse.debug.core.model.IDebugTargetgetName in class EaseDebugTargetpublic boolean supportsBreakpoint(org.eclipse.debug.core.model.IBreakpoint breakpoint)
public boolean canSuspend()
canSuspend in interface org.eclipse.debug.core.model.ISuspendResumecanSuspend in class EaseDebugElementpublic java.lang.String getModelIdentifier()
getModelIdentifier in interface org.eclipse.debug.core.model.IDebugElementgetModelIdentifier in class EaseDebugElement