Browse Source

docs: Ignore only SIGSEGV (picked from 3517)

Signed-off-by: lizzie lizzie@eden-emu.dev
pull/3521/head
DraVee 3 weeks ago
parent
commit
54cd117d5b
  1. 2
      docs/Debug.md

2
docs/Debug.md

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

Loading…
Cancel
Save