docs: Ignore only SIGSEGV (picked from 3517)

Signed-off-by: lizzie lizzie@eden-emu.dev
This commit is contained in:
DraVee 2026-02-12 02:53:39 +01:00
parent cfe3170903
commit 54cd117d5b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Debug logs can be found in General -> Debug -> Open Log Location on desktop, and
Ignoring SIGSEGV when debugging in host:
- **gdb**: `handle all nostop pass`.
- **gdb**: `handle SIGSEGV nostop pass`.
- **lldb**: `pro hand -p true -s false -n false SIGSEGV`.
## Debugging (guest code)