docs: Ignore only SIGSEGV (picked from 3517)
Signed-off-by: lizzie lizzie@eden-emu.dev
This commit is contained in:
parent
cfe3170903
commit
54cd117d5b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue