231
CHAPTER 4 MENUS
4.6.4 Break Point
This section explains how to set, reset, and modify a breakpoint and how to display a
break list.
■ Breakpoint
When the PC passes an address or the program accesses data at an address, the position where program
execution by the debugger is to be stopped is called a breakpoint.
■ Code breakpoint
When the PC passes the set address (when the address is executed), the breakpoint where program
execution is to be stopped is called a code breakpoint.
■ Setting of code breakpoint
[Emulator]
Figure 4.6-1 Break Dialog Box (Code)