After setting breakpoints, you can display information on breakpoints, disable breakpoints, enable previously disabled breakpoints, and delete breakpoints.
If you are using the command-line interface:
- Use the
stopcommand with the-show,-disable,-enable, or-deletemodifier. The argument for these modifiers can be:- A break name or a list of break names
- A pattern
- The asterisk (*), which matches any number of characters
- The question mark (?), which matches any one character
- [
characters], which matches any one of the characters
- Any combination of literal break names and patterns
If you are using SimVision,
- Choose Simulation - Show - Breakpoints and use the simulator:Breakpoints settings in the Properties window
