Program I/O Tab

Related Topics:

Program Input/Output Window Debugging Window

By default, the Program Input/Output tab 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.

You can choose to have the input and output activities displayed in a separate Program Input/Output window, the Dbx Commands Window, or a custom pty in the Debugging Output category of the Debugging Options Dialog Box.

The Program Input/Output tab 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.