Debug Window


Step Local

Stepping Execute only in the program unit.

Trace
The lines executed and the variables varied in value shall be recorded.
If you want only to trace, select Continue after this.
If the trace window does not appear, select Trace Log on Window Menu.
Note that it takes much time to trace, when the program has a large array (or large arrays) in it.
[Supplementary Note]
TRACE statements are available, too. TRACE statements enables it to be set on or off for respective program units.

Break-Point
When clicked to show the Debug window, The line the cursor pointed shall be set to a break point.
The line where the break-point is set shall be under-lined and change in color.
If you select Go on, the control goes until it meets a break-point.

Set Break Points
Debug Windows enables us to set the break-points.
Move the cursor to the line where you want to set the break-point, and then click Break-Point button .

Remove a break-point
To Remove a break-point, move the cursor to the line from which you want to remove the break-point and then click Break-Point button.

Note.
BREAK statements are available, too.

History(backward)
History (Forward)

Window Size
Debug Window can be re-sized. But in some environment, it can not.
Note that it may be able to be maximized or minimaized in some environment.

Contents
Any line is displayed with its first 1024 characters, the rest are not displayed.
(This is a remedy to stabilize Windows95.)