Program Input/Output Window

Related Topics:

Debugging Output Defaults Program I/O Tab

The Program Input/Output window displays all input and output activities of the program being debugged, allowing for separation of the usual debugging I/O from the program I/O. It receives input from STDIN and sends output to STDOUT.

The Program Input/Output window opens automatically when your program first writes to standard output. If your program requests input without first writing a prompt, your program may appear to be hung. In that case, you will need to display the Program Input/Output window using Windows Program I/O.

A separator line is placed between the output of multiple runs of the target program.

If you iconify the Program Input/Output window, it remains iconified, even if more output is written.