Source Area
The main portion of the window is used to display the source code being debugged. It is interactive and allows the user to:
Select code fragments that can be copied to the clipboard.
Hold the left mouse button and drag the mouse to select.
Alternatively, hold the Shift key and press the Up arrow key or the Down arrow key.
When the desired lines are selected, right click on the area and choose ‘Copy’ from the context menu to copy the code to the clipboard.
Display the value of a data item or a constant (defined as 78 level) by double clicking on it.
See the value, size and offset of a data item or a constant (defined as 78 level) by stopping the mouse cursor on it. The tool-tip delay is configurable in Settings / Data.
Select the next data item in the current statement or the previous data item in the current statement by pressing Tab or Shift-Tab respectively.
Jump to a paragraph or a to a section by double clicking on its name.
Jump to a paragraph or variable declaration by leaving the mouse pointer over the item name until it changes to a hand shape, then clicking.