HP WDB GUI 5.8 Reference Manual ( February 2008 )
Debugging with WDB GUI
Loading a Program and Changing Program Settings
Chapter 3 29
To redirect standard input and output information
1. On the File menu, click Load Program.
2. Click the Input/Output tab.
3. In the Stdin box, type the name of the file or browse to the file that you want to specify for
standard input.
4. In the Stdout box, type or browse to the file that you want to specify for standard output.
Click the Append button if you want to append information to the standard output file
rather than overwrite existing information in the file.
5. When you have the correct file name in each box, click OK.
NOTE You cannot redirect standard error from the WDB GUI. It will display in the
Program Console. If you want to redirect standard error output, start the
program in a terminal window outside the WDB GUI and then attach to the
process. This allows you to control standard error output.