Skip to content

Commit

Permalink
Update docs on how to load a Windows dump file. Fix Vector35#569
Browse files Browse the repository at this point in the history
  • Loading branch information
xusheng6 committed Nov 1, 2024
1 parent 1b6e657 commit 3e4eca3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,21 @@ See [Time Travel Debugging Guide](dbgeng-ttd.md)
See [Windows Kernel Debugging Guide](windows-kd.md)


### Loading Windows Dump Files

- (optional) Open the executable file used to generate the dump
- Open `Debug Adapter Settings` dialog
- Select `WINDOWS_DUMP_FILE` adapter
- Change the executable path to the path of the dump file
- <img src="../../img/debugger/windows_dump_file.png" width="600px">
- Click OK and then launch the target
- These information should be available if they have been recorded in the dump file:
- Register values
- Threads and stack traces
- Memory bytes
- Buttons to resume the target would have no effects


### Debugging without Opening a File

Normally one would first open a file and then start debugging. However, the debugger can also be used without first opening a file.
Expand Down
Binary file added docs/img/debugger/windows_dump_file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e4eca3

Please sign in to comment.