Debug window

All messages that are printed to the standard output during the experiment are shown in the debug window.

Printing to the debug window in inline_script items

You can print to the debug window using the Python 'print [msg]' statement. For more information, see: http://docs.python.org/reference/simple_stmts.html#the-print-statement

The Python interpreter

You can execute Python commands by typing them in the input field and pressing 'enter' or clicking on the 'execute' button. These commands are uncensored, so that, for example, the command

quit()

will cause OpenSesame to close (without cleaning up), and

self.experiment.run()

will cause the experiment to run. For more information, see: http://docs.python.org/