|
Eclipse CDT Pre-release 3.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(String[] args)
Program/Inferior arguments. |
void |
setEnvironment(Properties props)
Program/Inferior environment settings. |
void |
setWorkingDirectory(String wd)
Program/Inferior working directory. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
void setArguments(String[] args) throws CDIException
args
- the string representing the arguments.
CDIException
void setEnvironment(Properties props) throws CDIException
props
- the new environment variable to add.
CDIException
void setWorkingDirectory(String wd) throws CDIException
wd
- the working directory to start the program.
CDIException
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |