public interface IPLineBreakpoint extends IPBreakpoint, org.eclipse.debug.core.model.ILineBreakpoint
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS |
static java.lang.String |
FUNCTION |
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE| Modifier and Type | Method and Description |
|---|---|
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
|
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessagegetCharEnd, getCharStart, getLineNumberstatic final java.lang.String ADDRESS
static final java.lang.String FUNCTION
java.lang.String getAddress()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getFileName()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionjava.lang.String getFunction()
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionvoid setAddress(java.lang.String address)
throws org.eclipse.core.runtime.CoreException
address - org.eclipse.core.runtime.CoreExceptionvoid setFunction(java.lang.String function)
throws org.eclipse.core.runtime.CoreException
function - org.eclipse.core.runtime.CoreExceptionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.