|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICLineBreakpoint
A breakpoint that suspends the execution when a particular location of code is reached.
Field Summary | |
---|---|
static java.lang.String |
ADDRESS
Breakpoint attribute storing the address this breakpoint suspends execution at (value "org.eclipse.cdt.debug.core.address" ). |
static java.lang.String |
FUNCTION
Breakpoint attribute storing the function this breakpoint suspends execution at (value "org.eclipse.cdt.debug.core.function" ). |
Fields inherited from interface org.eclipse.cdt.debug.core.model.ICBreakpoint |
---|
CONDITION, IGNORE_COUNT, INSTALL_COUNT, MODULE, SOURCE_HANDLE, THREAD_ID |
Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
---|
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
Fields inherited from interface org.eclipse.debug.core.model.IBreakpoint |
---|
BREAKPOINT_MARKER, ENABLED, ID, LINE_BREAKPOINT_MARKER, PERSISTED, REGISTERED |
Method Summary | |
---|---|
java.lang.String |
getAddress()
Returns the address this breakpoint suspends execution at. |
java.lang.String |
getFileName()
Returns the source file (if available) of this breakpoint. |
java.lang.String |
getFunction()
Returns the function this breakpoint suspends execution in. |
void |
setAddress(java.lang.String address)
Sets the address this breakpoint suspends execution at. |
void |
setFunction(java.lang.String function)
Sets the function this breakpoint suspends execution in. |
Methods inherited from interface org.eclipse.cdt.debug.core.model.ICBreakpoint |
---|
decrementInstallCount, getCondition, getIgnoreCount, getModule, getSourceHandle, getTargetFilters, getThreadFilters, getThreadId, incrementInstallCount, isConditional, isInstalled, removeTargetFilter, removeThreadFilters, resetInstallCount, setCondition, setIgnoreCount, setModule, setSourceHandle, setTargetFilter, setThreadFilters, setThreadId |
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 |
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 |
Field Detail |
---|
static final java.lang.String FUNCTION
"org.eclipse.cdt.debug.core.function"
).
This attribute is a String
.
static final java.lang.String ADDRESS
"org.eclipse.cdt.debug.core.address"
).
This attribute is a String
.
Method Detail |
---|
java.lang.String getAddress() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
- if unable to access the property on this breakpoint's
underlying markervoid setAddress(java.lang.String address) throws org.eclipse.core.runtime.CoreException
address
- the address this breakpoint suspends execution at
org.eclipse.core.runtime.CoreException
- if unable to access the property on this breakpoint's
underlying markerjava.lang.String getFunction() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
- if unable to access the property on this breakpoint's
underlying markervoid setFunction(java.lang.String function) throws org.eclipse.core.runtime.CoreException
function
- the function this breakpoint suspends execution in
org.eclipse.core.runtime.CoreException
- if unable to access the property on this breakpoint's
underlying markerjava.lang.String getFileName() throws org.eclipse.core.runtime.CoreException
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 |