The given mode automates work of a debugger of programs written on PickBasic.
Part of the text of the program. The line of a break point is selected. The number
of lines specified in a field 5 is displayed.(command L).
Stack window. Displays names and entry line numbers. (command S).
Watch window. Displays current value of variables. Buttons 10 and 11 operate the
list of variables.(command /nnnn).
Number of operators to execute. If 0 or "" - continuous performance of commands.(command
Inn).
Number uf lines displayed in window 1
After break causes auto update contents of windows 1 and 3
Breaks execution of program.
Continues performance of the program. The number of operators is defined in a window
4
Causes update of windows 1 and 3
Adds variable into the watch window
Adds variable into watch window
Watchs all variables.
User can change values of variables in the table. Change of values in the program
occurs after pressing a button "Update". Viewing value of a variable in a tabulared
kind by double clicking is possible.