This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision debugger color codes in code pane

MDK-ARM 3.80a

In the debugger, (target or sim), the source lines are marked with a colored square in the leftmost column. What do the colored squares mean, and where is it in the docs?

Help complete or correct below. So far I can see:

light grey (unmarked):
looks like the normal column color for comments and other lines in the source file which do not result in executable code because they either aren't executable statements or have been optimized away.

med grey:
looks like normal executable code lines (can step or breakpoint here).

smaller red square:
the line has a breakpoint.

smaller yellow arrow:
PC position.

yellow highlight on entire line:
cursor position (for run to cursor).

dark green:
some executable asm code is marked with dark green and some is marked with med grey. What does it mean?

orange:
some executable asm code is marked with orange?

turquoise:
some executable asm code is marked with turquoise?

Are there even more colors I have not seen?

0