Keil Logo

BreakDisable

The BreakDisable command disables a previously defined breakpoint. Disabling a breakpoint keeps the breakpoint definition, but causes µVision to ignore the breakpoint.

Syntax Description
BD number , number... Disables, but does not delete, the specified breakpoints. Numbers are assigned to breakpoints as they are defined.
BD * Disables all breakpoints.
Examples
>BL                                 /* List breakpoints        */

 0: (E C: 0xFF01EF) 'main', CNT=1, enabled
 1: (E C: 0xFF006A) 'timer0', CNT=10, enabled
     exec ("MyRegs()")

>BD 0                               /* Disable breakpoint 0    */
>BD *                               /* Disable all breakpoints */
>BL                                 /* List breakpoints        */

 0: (E C: 0xFF01EF) 'main', CNT=1, disabled
 1: (E C: 0xFF006A) 'timer0', CNT=10, disabled
     exec ("MyRegs()")

Note

  • Breakpoints can be disabled using the Breakpoints dialog.
  • You can enable breakpoints with the command BreakEnable.
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.