While running under the Wing debugger, any output from print or any writes to stdout or stderr will be seen in the Debug I/O tool. This is also where you enter keyboard input, if your debug program requests any with input() or raw_input() or by reading from stdin.