Map file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Map file

1,755 Views
baonguyen
Contributor I
Dear everybody

What is the role of map file in CodeWarrior 5.1? Can we use it to see functions and variables called by our program while it's executing ?

Thanks a lot
Best regards
Labels (1)
0 Kudos
1 Reply

417 Views
CrasyCat
Specialist III

Hello

Within CodeWarrior the MAP file is just generated for documentation purpose.
It shows information about your application like actual code and data size, location and size of each object (variable, constant, function), dependency tree and so on.

This file is there as documentation purpose and is not used for debugging.

CrasyCat

0 Kudos