|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BreakpointRequest
Description of a JSDI request for breakpoints.
A breakpoint request can be filtered by:
ThreadReference
String
condition
EventRequest
,
Locatable
,
ThreadReference
Method Summary | |
---|---|
void |
addConditionFilter(String condition)
Adds the given condition filter to the request. |
void |
addHitCountFilter(int hitcount)
Adds the given hit count filter to the request. |
void |
addThreadFilter(ThreadReference thread)
Adds the given ThreadReference as a filter to the request. |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.request.EventRequest |
---|
isEnabled, setEnabled |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Mirror |
---|
virtualMachine |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.Locatable |
---|
location |
Method Detail |
---|
void addThreadFilter(ThreadReference thread)
ThreadReference
as a filter to the request.
The ThreadReference
is used to prune matching locations for the request.
thread
- a ThreadReference
to add as a filter, null
is not acceptedvoid addConditionFilter(String condition)
condition
- the new condition to add as a filter, null
is not acceptedvoid addHitCountFilter(int hitcount)
hitcount
- the new hit count filter to set
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |