The Application Window<F4> About the application window. ──────────────────────────────────────────────────────────────────────────────
This window is the window that is used to display your program as it runs. Any output that you display within your program will use this window as it's point of departure for the screen.
If you run the MrDebug in a text mode of 80 columns by 25 rows, then to all intents and purposes the background is treated as the application screen.
When running MrDebug in a text mode of at least 100 columns by 25 rows, or 80 text columns by 40 text rows, you can 'force' the application into a window of 80 columns by 25 rows.
MrDebug treats this window as the application window and all output from your application are directed to this window. An example of this window is shown below:
Like all of the other windows, the right mouse button will bring up a pop-up menu of items available for the menu. But, unlike the other windows, click and hold down the left mouse button and a ruler will appear. Release the left mouse button and the ruler disappears.
The following is an example of the pop-up menu for the application window, which may be summoned either by clicking the right mouse button on the window or by using <Alt-F10>
┌───────────────────────────┐ │Go F5│ │Run To Cursor F7│ │Single Step F8│ │Step Over F10│ ├───────────────────────────┤ │To Next Function Ctrl-F5│ │To End of Function Alt-F5│ │Out of Code-block Shift-F5│ │To Code-block Shift-Alt-F5│ ├───────────────────────────┤ │Animate Alt-A│ │Animate Delay (0) │ ├───────────────────────────┤ │Fast Run Shift-Ctrl-F5│ └───────────────────────────┛