From 54cd117d5bc25d45217ba4b0613bdf0f27e5079f Mon Sep 17 00:00:00 2001 From: DraVee Date: Thu, 12 Feb 2026 02:53:39 +0100 Subject: [PATCH] docs: Ignore only SIGSEGV (picked from 3517) Signed-off-by: lizzie lizzie@eden-emu.dev --- docs/Debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Debug.md b/docs/Debug.md index f91f8658dd..f384918fe2 100644 --- a/docs/Debug.md +++ b/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: -- **gdb**: `handle all nostop pass`. +- **gdb**: `handle SIGSEGV nostop pass`. - **lldb**: `pro hand -p true -s false -n false SIGSEGV`. ## Debugging (guest code)