5.2.2.設定project及symbol path

  • 1.設定Visual studio 專案

    • 1.專案Property -> Linker -> input -> Additional Dependencies: 加入Dbghelp.lib

    • 2.專案Property -> Linker -> Debugging -> Generate Debug Info -> Yes (/DEBUG)

    • 3.專案Property -> Linker -> Debugging -> Generate Map File -> Yes (/MAP)

  • 2.設定WinDbg的symbol path

  • 3.開啟dmp file

Last updated