BRIZ

Pick-Basic Debugger

The given mode automates work of a debugger of programs written on PickBasic.

  1. 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).
  2. Stack window. Displays names and entry line numbers. (command S).
  3. Watch window. Displays current value of variables. Buttons 10 and 11 operate the list of variables.(command /nnnn).
  4. Number of operators to execute. If 0 or "" - continuous performance of commands.(command Inn).
  5. Number uf lines displayed in window 1
  6. After break causes auto update contents of windows 1 and 3
  7. Breaks execution of program.
  8. Continues performance of the program. The number of operators is defined in a window 4
  9. Causes update of windows 1 and 3
  10. Adds variable into the watch window
  11. Adds variable into watch window
  12. 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.