Breakpoints
F²MC-16FX Family, Emulating and Debugging with Softune and MB2198-01, Doc. No. 002-04828 Rev. *B
29
When program is executed it will stop wh
en data, either H’0C or H’0D orH’0E or H’0F is read from break address
H’ 002538.
Similarly, if set
Data Breakpoint as shown below
When program is executed it will stop when data, either H’1230 or H’1234 or H’1238 or H’123C is written to
break address H’ 002536.
5.1.3.1
Data Break Points at ROM Constants
In the small or medium memory model (
_near
) ROM constants cannot be set for a break point automatically
when ROM-mirror function is used. The symbol reference is still located in
0xFF
bank.When breaking on a
constant read access, please change address in the breakconfiguration from
0xFFxxxx
to
0x00xxxx
.
5.2
Position of Break point
When break points are set to some location and after that code is modified and build again, position of previously
set break point will be decided as per following rule
Break point will be set to the same source code line number
If it is not possible to meet above condition, it will be set to the same address location
For example,