Keil Logo Arm Logo

BreakEnable

The BreakEnable command enables a previously disabled breakpoint.

Syntax Description
BE number , number... Enables the specified breakpoints. Numbers are assigned to breakpoints as they are defined.
BE * Enables all breakpoints.
Examples
>BE 0,1                        /* Enable breakpoints 0 and 1   */
>BE *                          /* Enable all breakpoints       */
>BL                            /* List current breakpoints     */

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

Note

  • Breakpoints can be enabled using the Breakpoints dialog.

Keil logo

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.