|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIRuntimeOptions
Describes the configuration of debug session.
| Method Summary | |
|---|---|
void |
setArguments(java.lang.String[] args)
Program/Inferior arguments |
void |
setEnvironment(java.util.Properties props)
Program/Inferior environment settings |
void |
setWorkingDirectory(java.lang.String wd)
Program/Inferior working directory |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
void setArguments(java.lang.String[] args)
throws PDIException
args - the string representing the arguments
PDIException - on failure
void setEnvironment(java.util.Properties props)
throws PDIException
props - the new environment variable to add
PDIException - on failure
void setWorkingDirectory(java.lang.String wd)
throws PDIException
wd - the working directory to start the program
PDIException - on failure
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||