|
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 String |
ADDRESS
|
static 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 |
| Method Summary | |
|---|---|
String |
getAddress()
Get the address associated with the breakpoint |
String |
getFileName()
Get the file name |
String |
getFunction()
Get the function |
void |
setAddress(String address)
Set the breakpoint address |
void |
setFunction(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 |
| Field Detail |
|---|
static final String ADDRESS
static final String FUNCTION
| Method Detail |
|---|
String getAddress()
throws CoreException
CoreException
String getFileName()
throws CoreException
CoreException
String getFunction()
throws CoreException
CoreException
void setAddress(String address)
throws CoreException
address -
CoreException
void setFunction(String function)
throws CoreException
function -
CoreException
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||