This page allows you to interact with your program using text input and output. This is primarily useful in debugging and/or when online. Terminal I/O will be discarded when offline, and is also discarded in auto-run.
Selected program file:None.
Program status: StoppedRemote Debug Stopped
Debug output from program
Debug input to program:
Quick Help

This page is where you use debug input and output to test a program, and run the program.

Use the Program File page to manage program files and select a particular program for working with.

Start the program by clicking "Run". If the program is a continuous loop, you can terminate it by clicking "Stop".

The debug instructions "read" and "write" are used to interact with the input and output windows here. While running, input you type in the input window will be made available to your program when you click "Enter". Each time you click "Refresh", the output window will be updated with any output generated by your program since the last time you clicked "Refresh". Click "Clear" to discard old output.

Note: The "Enter" and "Refresh" buttons have the same effect as they are both submit buttons. Input present in the input box will be submitted when you click any button.

Click the Toggle Debug button to alternately enable and disable remote debugging. Use "plisim2" on your PC, connected via Ethernet, to do dynamic live debugging.