public class VMThread extends VMDebugElement implements VMEventListener
| Constructor and Description |
|---|
VMThread(IVMDebugTarget target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canResume() |
boolean |
canStepInto() |
boolean |
canStepOver() |
boolean |
canStepReturn() |
boolean |
canSuspend() |
boolean |
canTerminate() |
IBreakpoint[] |
getBreakpoints() |
VMDebugCore |
getDebugCore() |
String |
getName() |
int |
getPriority() |
IStackFrame[] |
getStackFrames() |
IStackFrame |
getTopStackFrame() |
void |
handleEvent(VMEvent event) |
boolean |
hasStackFrames() |
boolean |
isDeferredExecution() |
boolean |
isStepping() |
boolean |
isSuspended() |
boolean |
isTerminated() |
void |
resume() |
void |
stepInto() |
void |
stepOver() |
void |
stepReturn() |
void |
suspend() |
void |
terminate() |
getModelIdentifier, getOCLDebugTargetpublic VMThread(IVMDebugTarget target)
public boolean isDeferredExecution()
public boolean hasStackFrames()
throws DebugException
DebugExceptionpublic IStackFrame[] getStackFrames()
throws DebugException
DebugExceptionpublic VMDebugCore getDebugCore()
getDebugCore in class VMDebugElementpublic int getPriority()
throws DebugException
DebugExceptionpublic IStackFrame getTopStackFrame()
throws DebugException
DebugExceptionpublic String getName() throws DebugException
DebugExceptionpublic IBreakpoint[] getBreakpoints()
public boolean canResume()
public boolean canSuspend()
public boolean isSuspended()
public void resume()
throws DebugException
DebugExceptionpublic void suspend()
throws DebugException
DebugExceptionpublic boolean canStepInto()
public void stepInto()
throws DebugException
DebugExceptionpublic boolean canStepOver()
public void stepOver()
throws DebugException
DebugExceptionpublic boolean canStepReturn()
public void stepReturn()
throws DebugException
DebugExceptionpublic boolean isStepping()
public boolean canTerminate()
public boolean isTerminated()
public void terminate()
throws DebugException
DebugExceptionpublic void handleEvent(VMEvent event)
handleEvent in interface VMEventListenerCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.