Debug window

The Debug window provides a basic Python interpreter. It is primarily useful for printing debugging messages from within inline_script items.

Example:

print 'This is a debugging message'