All messages that are printed to the standard output during the experiment are shown in the debug window.
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
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/