Home » Support » Index of All Documentation » Introduction for New Users » Wing IDE Tutorial » Tutorial: Debugging »

1.6.0. Tutorial: Debug I/O

Before continuing any further in the debugger, bring up the Debug I/O tool so you can watch the subsequent output from the program. This is also where keyboard input takes place in debug code that requests for it.

Once you step over the line PrintAsText(news) you should see output appear as follows:

/images/doc/en/intro/io.png

Note that you can also configure Wing to use an external console from the Options menu in the Debug I/O tool. This is useful for code that depends on details of the Debug I/O environment (such as cursor control with special output characters).

« 1.6. Tutorial: DebuggingTable of Contents1.6.1. Tutorial: Debug Process Exception Reporting »