Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIRuntimeOptions

All Superinterfaces:
ICDIObject

public interface ICDIRuntimeOptions
extends ICDIObject

Describes the configuration of debug session.

Since:
Aug 6, 2002

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

setArguments

void setArguments(String[] args)
                  throws CDIException
Program/Inferior arguments.

Parameters:
args - the string representing the arguments.
Throws:
CDIException

setEnvironment

void setEnvironment(Properties props)
                    throws CDIException
Program/Inferior environment settings.

Parameters:
props - the new environment variable to add.
Throws:
CDIException

setWorkingDirectory

void setWorkingDirectory(String wd)
                         throws CDIException
Program/Inferior working directory.

Parameters:
wd - the working directory to start the program.
Throws:
CDIException

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.