Windows dump analysis steps

Windbg debugging steps:

1. Specify the pdb path: SRV*C:\symbols* http://msdl.microsoft.com/download/symbols; PDB directory

2. Load the dump file

3. Switch context: .ecxr

4. View the stack: kp

5. Analysis:! analyze -v

 

VS2015 debugging steps:

First put the dump file in the software installation directory

1. Set the symbol path

2. Run

3. Crash interruption

4. Browse source files

Guess you like

Origin blog.csdn.net/tong5956/article/details/108280532
Recommended