|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJSLineBreakpoint
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
|---|
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
| Method Summary | |
|---|---|
java.lang.String |
getCondition()
Returns the conditional expression associated with this breakpoint, or null if this breakpoint
does not have a condition. |
int |
getHitCount()
Returns this breakpoint's hit count or, -1 if this breakpoint does not have a hit count. |
boolean |
isConditionEnabled()
Returns whether the condition on this breakpoint is enabled. |
boolean |
isConditionSuspendOnTrue()
Returns whether the breakpoint suspends when the value of the condition is true or when the value
of the condition changes. |
boolean |
isRunToLine()
isRunToLine |
void |
setCondition(java.lang.String condition)
Sets the condition associated with this breakpoint. |
void |
setConditionEnabled(boolean enabled)
Sets the enabled state of this breakpoint's condition to the given state. |
void |
setConditionSuspendOnTrue(boolean suspendOnTrue)
Set the suspend state of this breakpoint's condition. |
void |
setHitCount(int count)
Sets the hit count attribute of this breakpoint. |
| Methods inherited from interface org.eclipse.debug.core.model.ILineBreakpoint |
|---|
getCharEnd, getCharStart, getLineNumber |
| Methods inherited from interface org.eclipse.debug.core.model.IBreakpoint |
|---|
delete, getMarker, getModelIdentifier, isEnabled, isPersisted, isRegistered, setEnabled, setMarker, setPersisted, setRegistered |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
boolean isRunToLine()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
int getHitCount()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException - if unable to access the property from this breakpoint's underlying marker
void setHitCount(int count)
throws org.eclipse.core.runtime.CoreException
count - the new hit count
org.eclipse.core.runtime.CoreException - if unable to set the property on this breakpoint's underlying marker
java.lang.String getCondition()
throws org.eclipse.core.runtime.CoreException
null if this breakpoint
does not have a condition.
null
org.eclipse.core.runtime.CoreException - if unable to access the property on this breakpoint's underlying marker
void setCondition(java.lang.String condition)
throws org.eclipse.core.runtime.CoreException
true. Setting the condition to
null or an empty string removes the condition.
If this breakpoint does not support conditions, setting the condition has no effect.
condition - conditional expression
org.eclipse.core.runtime.CoreException - if unable to set the property on this breakpoint's underlying marker
boolean isConditionEnabled()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException - if unable to access the property on this breakpoint's underlying marker
void setConditionEnabled(boolean enabled)
throws org.eclipse.core.runtime.CoreException
enabled -
org.eclipse.core.runtime.CoreException - if unable to set the property on this breakpoint's underlying marker
boolean isConditionSuspendOnTrue()
throws org.eclipse.core.runtime.CoreException
true or when the value
of the condition changes.
true if this breakpoint suspends when the value of the condition is true,
false if this breakpoint suspends when the value of the condition changes.
org.eclipse.core.runtime.CoreException - if unable to access the property on this breakpoint's underlying marker
void setConditionSuspendOnTrue(boolean suspendOnTrue)
throws org.eclipse.core.runtime.CoreException
true, the breakpoint will
stop when the value of the condition is true. If the value is false, the
breakpoint will stop when the value of the condition changes.
suspendOnTrue -
org.eclipse.core.runtime.CoreException - if unable to access the property on this breakpoint's underlying marker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||