×
Menu
Index

2.4 Output Window / Output Window Toolbar

Any output from the Python “print” statement will be directed here.  Any run-time errors, syntax errors etc. will also be reported here.
 
You can double-click on a line number in the output window (for example as part of an error message) and the editor will automatically move the cursor to that line.  Similarly, if you double-click a function name, the editor will try and locate that function in the current file and place the cursor at that function.
 
The Clear button in the toolbar clears its contents.  The Stop button will be enabled only whilst a script is executing, and can be used to abort the currently running script.