mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Add crash debugging page
This commit is contained in:
parent
bc3e8ff0aa
commit
de4e2b36c0
12
docs/docs/dev/debug/crash.md
Normal file
12
docs/docs/dev/debug/crash.md
Normal file
@ -0,0 +1,12 @@
|
||||
Windows
|
||||
-------
|
||||
|
||||
### Getting a core dump
|
||||
|
||||
If xemu is crashing and the reason is not clear, you can create a core dump to provide developers with to investigate. To create a core dump on Windows for crash analysis:
|
||||
|
||||
First, apply the registry edit script found in this Zip file: [xemu_dump_registry_config.zip](https://xemu.app/xemu_dump_registry_config.zip). This registry edit will configure Windows to create a dump whenever xemu crashes.
|
||||
|
||||
Then, download and run the debug build of xemu found at: https://github.com/xemu-project/xemu/releases/latest/download/xemu-win-debug.zip
|
||||
|
||||
The dump will be stored at `%LOCALAPPDATA%\CrashDumps`. You may notice a delay after xemu crashes while this file is saved.
|
@ -106,6 +106,7 @@ nav:
|
||||
- Host Debugging: dev/debug/host.md
|
||||
- Guest Debugging: dev/debug/guest.md
|
||||
- Graphics Debugging: dev/debug/graphics.md
|
||||
- Crash Debugging: dev/debug/crash.md
|
||||
- Testing: testing.md
|
||||
|
||||
plugins:
|
||||
|
BIN
resources/xemu_dump_registry_config.zip
Normal file
BIN
resources/xemu_dump_registry_config.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user