Sequence Break
F²MC-16FX Family, Emulating and Debugging with Softune and MB2198-01, Doc. No. 002-04828 Rev. *B
60
Let us set Sequence break as shown below,
When the program execution starts, it halts due to Sequence break, in a status bar following message is
displayed “
Break at <Memory address>, by Sequential break
”
and corresponding line is highlighted by yellow
background.
As seen in watch window, program execution is halted when variable
‘a’
,
‘b’
, and
‘c’
are equal to 2. Accordingly
variable
count
is incremented 111 times (since instruction
count++
is not executed it is not showing the value 112
for variable
count
).