|
| Breakpoints- Current Breakpoints
- List the current active breakpoints.
- Expression
- Specify the expression for the breakpoint. Examples
- Count
- The Count value specifies the number of times the breakpoint expression is true before the breakpoint is triggered.
- Command
- When you specify a Command for a breakpoint, µVision executes the command and resumes executing your target program. The Command you specify here may be a µVision debug or signal function. To halt program execution in a µVision function, set the _break_ system variable. For more information refer to System Variables.
- Define
- Defines the specified breakpoint.
- Kill Selected
- Kills the selected breakpoint in the list.
- Kill All
- Removes all defined breakpoints for this project.
- Close
- Close the dialog.
Access- Read
- Defines an access break that becomes active when a memory read access occurs.
- Write
- Defines an access break that becomes active when a memory write access occurs.
- Size
- Specifies the memory size that is checked at an access break.
- Bytes
- Specifies the memory size as bytes.
- Objects
- Specifies the memory size as objects.
|
|