|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPLineBreakpoint
Represents a line breakpoint
| Field Summary | |
|---|---|
static java.lang.String |
ADDRESS
|
static java.lang.String |
FUNCTION
|
| Fields inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint |
|---|
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE |
| 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()
Get the address associated with the breakpoint |
java.lang.String |
getFileName()
Get the file name |
java.lang.String |
getFunction()
Get the function |
void |
setAddress(java.lang.String address)
Set the breakpoint address |
void |
setFunction(java.lang.String function)
Set the breakpoint function |
| Methods inherited from interface org.eclipse.ptp.debug.core.model.IPBreakpoint |
|---|
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessage |
| 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 ADDRESS
static final java.lang.String FUNCTION
| Method Detail |
|---|
java.lang.String getAddress()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
java.lang.String getFileName()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
java.lang.String getFunction()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void setAddress(java.lang.String address)
throws org.eclipse.core.runtime.CoreException
address -
org.eclipse.core.runtime.CoreException
void setFunction(java.lang.String function)
throws org.eclipse.core.runtime.CoreException
function -
org.eclipse.core.runtime.CoreException
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||