public interface IPLineBreakpoint extends IPBreakpoint
Modifier and Type | Field and Description |
---|---|
static String |
ADDRESS |
static String |
FUNCTION |
CONDITION, CUR_SET_ID, GLOBAL, IGNORE_COUNT, INSTALL_COUNT, JOB_NAME, SOURCE_HANDLE
Modifier and Type | Method and Description |
---|---|
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
|
decrementInstallCount, getCondition, getCurSetId, getIgnoreCount, getJobId, getJobName, getSetId, getSourceHandle, incrementInstallCount, isConditional, isGlobal, isInstalled, resetInstallCount, setCondition, setCurSetId, setIgnoreCount, setJobId, setJobName, setSetId, setSourceHandle, updateMarkerMessage
static final String ADDRESS
static final String FUNCTION
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
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.