当前位置:网站首页>WinDbg分析dump文件
WinDbg分析dump文件
2022-07-03 15:20:00 【宇龍_】
调试能力可以说是最重要,尤其对于C/C++程序员而言,更是如此!
用神器WinDbg调试Dump文件需要三样东西:
1.毋庸置疑,肯定是Dump文件咯
2.源代码,必须与编译可执行文件时的代码一致
3.PDB文件,编译时生成的符号文件,一定是要与可执行文件同时生成的!(即便源代码一致,重新生成的PDB文件也不行。)
1、用WinDbg打开dump文件
2、设置符号路径(生成二进制文件时对应的PDB文件所在目录,版本要一致!多个二进制文件的pdb最好生在同一目录):
3、设置源码路径(项目的solution文件所在目录,多个项目可以加到一个solution里面):
边栏推荐
- 视觉上位系统设计开发(halcon-winform)-1.流程节点设计
- 如何使用 @NotNull等注解校验 并全局异常处理
- el-switch 赋值后状态不变化
- 视觉上位系统设计开发(halcon-winform)-4.通信管理
- Digital image processing -- popular Canny edge detection
- Solve the problem that pushgateway data will be overwritten by multiple push
- 秒杀系统1-登录功能
- Global and Chinese markets for indoor HDTV antennas 2022-2028: Research Report on technology, participants, trends, market size and share
- Final review points of human-computer interaction
- 阿特拉斯atlas扭矩枪 USB通讯教程基于MTCOM
猜你喜欢
Visual upper system design and development (Halcon WinForm) -3 Image control
[transformer] Introduction - the original author of Harvard NLP presented the annotated transformer in the form of line by line implementation in early 2018
Popular understanding of random forest
求字符串函数和长度不受限制的字符串函数的详解
Popular understanding of linear regression (I)
什么是embedding(把物体编码为一个低维稠密向量),pytorch中nn.Embedding原理及使用
【pytorch学习笔记】Datasets and Dataloaders
Final review points of human-computer interaction
What is embedding (encoding an object into a low dimensional dense vector), NN in pytorch Principle and application of embedding
[set theory] inclusion exclusion principle (complex example)
随机推荐
socket. IO build distributed web push server
Introduction, use and principle of synchronized
QT common sentence notes
Basic SQL tutorial
SQL server installation location cannot be changed
Visual upper system design and development (Halcon WinForm) -5 camera
Analysis of development mode process based on SVN branch
"Seven weapons" in the "treasure chest" of machine learning: Zhou Zhihua leads the publication of the new book "machine learning theory guide"
解决pushgateway数据多次推送会覆盖的问题
el-switch 赋值后状态不变化
Relationship between truncated random distribution and original distribution
秒殺系統3-商品列錶和商品詳情
驱动与应用程序通信
[pytorch learning notes] transforms
官网MapReduce实例代码详细批注
App global exception capture
秒杀系统1-登录功能
High quality workplace human beings must use software to recommend, and you certainly don't know the last one
Visual upper system design and development (Halcon WinForm) -2 Global variable design
秒杀系统3-商品列表和商品详情