public interface ITriggerPoint extends IAdaptable
| Modifier and Type | Field and Description |
|---|---|
static String |
TRIGGERPOINT
Persisted breakpoint marker attribute (value
"org.eclipse.debug.core.triggerpoint"). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTriggerPoint()
Returns whether this breakpoint is defined as a trigger point in the
workspace.
|
void |
setTriggerPoint(boolean trigger)
Sets whether this breakpoint is to be treated as a trigger point for the
workspace.
|
getAdapterstatic final String TRIGGERPOINT
"org.eclipse.debug.core.triggerpoint"). The attribute is a
boolean corresponding to whether a breakpoint is a trigger
breakpoint for the workspace.boolean isTriggerPoint()
throws CoreException
CoreException - if unable to access the associated attribute on
this breakpoint's underlying markervoid setTriggerPoint(boolean trigger)
throws CoreException
ITriggerPoint attribute on this
breakpoint's marker is set to true.trigger - whether this breakpoint is to be treated as trigger point
for the workspaceCoreException - if unable to set the associated attribute on
this breakpoint's underlying marker.
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.