摘要:
1.windeployqt.exe XX.exe --release 2.找到Qt自带的程序部署工具windeployqt.exe位于安装目录 3.dumpbin.exe /dependents filename.exe C:\Program Files (x86)\Microsoft Visual 阅读全文
posted @ 2023-04-02 21:00
三岁玩童
阅读(102)
评论(0)
推荐(0)
摘要:
1.VS 生成pdb 2.WinDbg 打开WinDbg,依次进行下面操作:File -> Symbol File Path -> 选择pdb文件存放路径。File -> Image File Path -> 选择exe文件存放路径。File -> Open Crash Dump -> 选择DMP文 阅读全文
posted @ 2023-04-02 20:56
三岁玩童
阅读(222)
评论(0)
推荐(0)