当前位置:网站首页>WinDbg analysis dump file
WinDbg analysis dump file
2022-07-03 15:26:00 【Yulong_】
Debugging ability can be said to be the most important , Especially for C/C++ For programmers , Even more so !
Use artifact WinDbg debugging Dump Documents need three things :
1. Beyond all doubt , Must be Dump It's a document
2. Source code , It must be consistent with the code when compiling the executable
3.PDB file , Symbol file generated at compile time , It must be generated at the same time as the executable !( Even if the source code is consistent , Regenerated PDB Documents are not good either .)
1、 use WinDbg open dump file
2、 Set symbol path ( Corresponding when generating binary files PDB Where are the documents Catalog , The version should be consistent ! Of multiple binaries pdb It's best to be born in the same directory ):
3、 Set the source code path ( Project solution Where are the documents Catalog , Multiple items can be added to one solution Inside ):
边栏推荐
- Mysql报错:[ERROR] mysqld: File ‘./mysql-bin.010228‘ not found (Errcode: 2 “No such file or directory“)
- Enable multi-threaded download of chrome and edge browsers
- C language brush questions ~leetcode and simple questions of niuke.com
- 视觉上位系统设计开发(halcon-winform)-1.流程节点设计
- CString在多线程中的问题
- SQL server installation location cannot be changed
- 运维体系的构建
- Using multipleoutputs to output multiple files in MapReduce
- Srs4.0+obs studio+vlc3 (environment construction and basic use demonstration)
- The state does not change after the assignment of El switch
猜你喜欢
Characteristics of MySQL InnoDB storage engine -- Analysis of row lock
Wechat payment -jsapi: code implementation (payment asynchronous callback, Chinese parameter solution)
Summary of concurrent full knowledge points
Detailed pointer advanced 1
Idea does not specify an output path for the module
Seckill system 2 redis solves the problem of distributed session
[probably the most complete in Chinese] pushgateway entry notes
视觉上位系统设计开发(halcon-winform)-1.流程节点设计
Jvm-02-class loading subsystem
秒杀系统3-商品列表和商品详情
随机推荐
Detailed explanation of string function and string function with unlimited length
Popular understanding of ovo and ovr
Redis single thread problem forced sorting layman literacy
[cloud native training camp] module 7 kubernetes control plane component: scheduler and controller
Summary of JVM knowledge points
从 flask 服务端代码自动生成客户端代码 -- flask-native-stubs 库介绍
The method of parameter estimation of user-defined function in MATLAB
使用AUR下载并安装常用程序
Redis cache penetration, cache breakdown, cache avalanche solution
Using TCL (tool command language) to manage Tornado (for VxWorks) can start the project
Leasing cases of the implementation of the new regulations on the rental of jointly owned houses in Beijing
【日常训练】395. 至少有 K 个重复字符的最长子串
秒杀系统3-商品列表和商品详情
视觉上位系统设计开发(halcon-winform)-1.流程节点设计
Creation and destruction of function stack frames
详解指针进阶1
What are the composite types of Blackhorse Clickhouse, an OLAP database recognized in the industry
How to use annotations such as @notnull to verify and handle global exceptions
解决pushgateway数据多次推送会覆盖的问题
使用Tengine解决负载均衡的Session问题