Keil Logo

BreakEnable

構文 説明
BreakEnable number , number... 指定したブレークポイントを有効にします。番号は、ブレークポイントが定義されるときに割り当てられます。
BreakEnable * すべてのブレークポイントを有効にします。

BreakEnable コマンドは、以前に定義され、BreakDisable コマンドにより無効にされているブレークポイントを有効にします。ブレークポイントに到達すると、通常は実行が停止されるか、指定したコマンドが実行されます。

>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()")

ブレークポイントは、[ブレークポイント](Breakpoints)ダイアログで有効にすることができます。このダイアログは、メインメニューの[デバッグ](Debug)→[ブレークポイント...](Breakpoints...)から開きます。

  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.