Scenes in the Workbench
There are 3 standard window layouts called scenes which can be switched using the toolbar buttons marked Normal, Editor Only and Debugger. These layouts are configurable but by default they are:
- Normal - This is the default and is a mixed display allowing both editing and debugging. The editor window occupies most of the screen with the browser on the right. The most useful debugging windows (current variables, return stack, output and events) are displayed at the bottom of the screen.
- Editor Only - This is intended for editing with the debugging windows of the Normal scene suppressed allowing more space for editing.
- Debugger - This is like the Normal scene but it suppresses the browser. Current variables, return stack and output windows are displayed at the bottom of the screen.
By clicking on one of the toolbar buttons you can pick the scene to be used for this and subsequent sessions. By default the scene used is Normal. The Config Menu allows you to specify the scene to be used when switching into the editor or debugger. On smaller screens it is often advantageous to use scene Editor Only for editing and scene Normal or Debugger for debugging.