Move crash debugging section into host debugging page

This commit is contained in:
Matt Borgerson 2024-07-16 13:40:18 -07:00
parent 9c21e020b7
commit 471b34f125
3 changed files with 15 additions and 14 deletions

View File

@ -1,12 +0,0 @@
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.

View File

@ -97,4 +97,18 @@ Follow the [build](../building-from-source.md) instructions appending `--debug`
// start in a paused state
"-S"
]
```
```
## Debugging crashes
### 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.

View File

@ -106,7 +106,6 @@ 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: