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

What is 'Debug' column in armclang map file?

In a map file generated by armclang I see this summary:

Fullscreen
1
2
3
4
5
6
7
8
9
10
==============================================================================
Code (inc. data) RO Data RW Data ZI Data Debug
31116 1464 3668 24 43056 10172 Grand Totals
31116 1464 3668 24 43056 10172 ELF Image Totals
31116 1464 3668 24 0 0 ROM Totals
==============================================================================
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

This is for a 'Release' build.  What does the 'Debug' column depict here?

0