•  In  this  condition,  the  contents  on  line  20  were
moved  between  line  30  and  line  40  but  line  20  still
remains,  so  delete  it
P  _ 1 _ 3 4 5 6 7 8 9
2083
•  This  completes  line  renumbering.  Confirm  by  listing
the  program.
LIST8S
READY  P2
10  INPUT  N
3 0  L  =  S Q R  N
35  M=N^N
40  PRINT  M,L
50 END
READY  P2
5-5  Program  Debug
(1)  Program  debug  system
The  debug  system  of  this  unit  is  divided  into  table  top  debug  and  conversation
type  debug  using  the  display.
a. Complete debug
To  check  logic  composition  of
I.  Table  top  debug  3  program.
D e b u g  s y s t e m  b .  P a r t i a l  d e b u g
To check a program by line unit.
II. Conversation type debug using the display
This uses the automatic check function of the computer
to check program execution flow and identify BASIC
language  errors.
Since table top debug is performed during programming, we will explain conversation
type  debug  using  the  display  here.