|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIRuntimeOptions
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.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
void setArguments(java.lang.String[] args) throws CDIException
args
- the string representing the arguments.
CDIException
void setEnvironment(java.util.Properties props) throws CDIException
props
- the new environment variable to add.
CDIException
void setWorkingDirectory(java.lang.String wd) throws CDIException
wd
- the working directory to start the program.
CDIException
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |