What's the use of .map files the linker produces?

后端 未结 5 1343
悲哀的现实
悲哀的现实 2020-12-08 00:31

What is the use of .map files VC++ linker produces when /MAP parameter or \"Generate map file\" project setting is used? When do I need them and how do I benefit from them?<

5条回答
  •  星月不相逢
    2020-12-08 01:17

    A nice article on how to use map files for finding crashes.

    http://www.codeproject.com/KB/debug/mapfile.aspx

    Manually doing all this is very uninteresting.

    I am not aware of any tools which can read map file and help in finding the crash location. If anybody knows please update us.

提交回复
热议问题