|
|||||||||||
|
Technical Support On-Line Manuals µVision4 User's Guide |
µVision4 User's GuideBreakDisableThe BreakDisable command disables a previously defined breakpoint. Disabling a breakpoint keeps the breakpoint definition, but causes µVision to ignore the breakpoint.
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
| ||||||||||
|
|||||||||||