2.11.5
Stop the program with the access to variables/I/O registers
By setting a break event with the access, the program can be stopped when an arbitrary variable or I/O register is accessed with the specified type.
You can also limit the accessed value.
The following types can be specified with the access.
Table 2.8 | Types of Accesses to Variables |
|
|
Read
|
The program is stopped with the read access to (after reading) the specified variable/I/O register.
|
Write
|
The program is stopped with the write access to (after writing) the specified variable/I/O register.
|
Read/Write
|
The program is stopped with the read access/write access to (after reading or writing) the specified variable/I/O register.
|
Caution | The program is not stopped with the access via DMA (Direct Memory Access). |
This section describes the following.
2.11.5.1 Set a break event (access type)
2.11.5.2 Edit a break event (access type)
2.11.5.3 Delete a break event (access type)