| |||||||||||||||||||
Technical Support On-Line Manuals µVision® User's Guide | BreakList
The BreakList command lists all breakpoints. Breakpoints are listed one per line using the following format:
number: (type) 'expression', CNT=count, enable_flag
exec ("command")
Example
>BL /* List current breakpoints */
0: (E C: 0xFF01EF) 'main', CNT=1, enabled
1: (E C: 0xFF006A) 'timer0', CNT=10, enabled
exec ("MyRegs()")
2: (C) 'sindex == 8', CNT=1, enabled
3: (C) 'save_record[5].time.sec > 5', CNT=3, enabled
4: (A RD 0x000037) 'READ interval.min == 3', CNT=1, enabled
5: (A WR 0x000034) 'WRITE savefirst==5 && acc==0x12', CNT=1, enabled
You may review the current breakpoint setting via the Breakpoints dialog. This dialog opens from the main menu with Debug – Breakpoints.... | ||||||||||||||||||
| |||||||||||||||||||