Package | Description |
---|---|
org.eclipse.wst.jsdt.debug.core.jsdi.event | |
org.eclipse.wst.jsdt.debug.core.jsdi.request |
Modifier and Type | Method and Description |
---|---|
ThreadReference |
LocatableEvent.thread()
Returns the underlying
ThreadReference the event originated from. |
Modifier and Type | Method and Description |
---|---|
ThreadReference |
SuspendRequest.thread()
The underlying
ThreadReference this StepRequest is for. |
ThreadReference |
StepRequest.thread()
The underlying
ThreadReference this StepRequest is for. |
ThreadReference |
ResumeRequest.thread()
The underlying
ThreadReference this StepRequest is for. |
Modifier and Type | Method and Description |
---|---|
void |
ThreadExitRequest.addThreadFilter(ThreadReference thread)
Adds the given
ThreadReference as a filter to the request. |
void |
ThreadEnterRequest.addThreadFilter(ThreadReference thread)
Adds the given
ThreadReference as a filter to the request. |
void |
ExceptionRequest.addThreadFilter(ThreadReference thread)
Adds the given
ThreadReference as a filter to the request. |
void |
DebuggerStatementRequest.addThreadFilter(ThreadReference thread)
Adds the given
ThreadReference as a filter to the request. |
void |
BreakpointRequest.addThreadFilter(ThreadReference thread)
Adds the given
ThreadReference as a filter to the request. |
ResumeRequest |
EventRequestManager.createResumeRequest(ThreadReference thread)
Creates a new
ResumeRequest for the specified ThreadReference . |
StepRequest |
EventRequestManager.createStepRequest(ThreadReference thread,
int step)
Creates a new
StepRequest for the specified ThreadReference of the given kind. |
SuspendRequest |
EventRequestManager.createSuspendRequest(ThreadReference thread)
Creates a new
SuspendRequest for the specified ThreadReference . |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.