Specifying Program Arguments |
Use the Edit Run Parameters dialog box to specify the working directory, command-line arguments and run directory for your program. You can also set environment variables and the debugging mode.
Text box where you can specify the path name of the program whose information you want to edit. Clicking the browse button opens the Program Name Dialog Box, where you can choose the path name.
Text box where you can specify command-line arguments, including input and output redirection, to pass to the program. Type the arguments as if you were typing them on the command line. For example:
-Wfsdb > my_output_file< | Redirects output to my_output_file |
-Wfsdb < my_input_file | Redirects input to my_input_file |
Text box where you can specify a separate directory in which to run the program. Clicking the browse button opens the Run Directory Dialog Box where you can choose the directory name.
Clicking this button opens the <xref DebugEnvironmentBox>, where you can add, change, and delete environment variables for the program you are debugging.
OK | Applies changes and closes the dialog box |
Apply | Applies changes but does not close the dialog box |
Cancel | Closes the dialog box without applying changes |
Help | Displays help for the dialog box |