|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaScriptLineBreakpoint
Abstract description of a line breakpoint for JavaScript
Field Summary | |
---|---|
static String |
MARKER_ID
Registered marker id for a JavaScript line breakpoint |
Fields inherited from interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint |
---|
ELEMENT_HANDLE, HIT_COUNT, SCRIPT_PATH, SUSPEND_POLICY, SUSPEND_TARGET, SUSPEND_THREAD, TYPE_NAME |
Method Summary | |
---|---|
String |
getCondition()
Returns the condition set for this breakpoint or null . |
boolean |
isConditionEnabled()
Returns if the condition for this breakpoint is enabled or not |
boolean |
isConditionSuspendOnTrue()
Returns if the breakpoint should suspend when the assigned condition evaluates to true . |
void |
setCondition(String condition)
Sets the given condition for the breakpoint. |
void |
setConditionEnabled(boolean enabled)
Allows the enabled state of the condition to be set |
void |
setConditionSuspendOnTrue(boolean suspendontrue)
Sets if the condition for this breakpoint will suspend when it evaluates to true . |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.breakpoints.IJavaScriptBreakpoint |
---|
getHitCount, getJavaScriptElementHandle, getScriptPath, getSuspendPolicy, getTypeName, isInstalled, setHitCount, setJavaScriptElementHandle, setSuspendPolicy |
Field Detail |
---|
static final String MARKER_ID
Method Detail |
---|
String getCondition() throws CoreException
null
.
null
if one has not been set
CoreException
- if the breakpoint cannot be accessedvoid setCondition(String condition) throws CoreException
condition
- the new condition to set. null
has the effect of erasing the current condition
CoreException
- if the breakpoint cannot be accessedboolean isConditionEnabled() throws CoreException
CoreException
- if the breakpoint cannot be accessedvoid setConditionEnabled(boolean enabled) throws CoreException
enabled
- if the condition should be enabled. Disabling a condition does not remove it.
CoreException
- if the breakpoint cannot be accessedboolean isConditionSuspendOnTrue() throws CoreException
true
.
CoreException
- if the breakpoint cannot be accessedvoid setConditionSuspendOnTrue(boolean suspendontrue) throws CoreException
true
.
suspendontrue
- if the condition should suspend when it evaluates to true
CoreException
- if the breakpoint cannot be accessed
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |