To set the debugger's execution parameters, select the Parameters option in the Visual/Web debugger window's Execution menu.
This dialog box lets you specify the startup parameters for the program being debugged (e.g. startup directory, parameters, etc.).
Displayed data
Executable
Path and name of the executable selected using the File menu's Open executable option.
Data entry
Parameters
This option lets you specify the debugged program's command line parameters.
Directory
This option lets you specify the debugged program's startup directory.
If the program to be debugged is a Java class, the following options will also be available.
VM parameters
This option lets you specify dedicated parameters for the debugged program's Java virtual machine.
Classpath
This option lets you add directories to the CLASSPATH of the Java virtual machine associated with the program to be debugged.
Buttons
Modify
This button validates any changes made to the settings and closes the dialog box.
Cancel
This button closes the dialog box without validating any changes.