From 82470e92669e599f25debd11b0f5841caa8fc885 Mon Sep 17 00:00:00 2001 From: Yedaya Katsman Date: Mon, 13 Feb 2023 22:01:32 +0200 Subject: [PATCH] Documentation: Fix Ladybird debug instructions The current Meta/serenity.sh script only accepts the `gdb` subcommand, not `debug`. --- Documentation/LadybirdBuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/LadybirdBuildInstructions.md b/Documentation/LadybirdBuildInstructions.md index 46d0da2edc..6d693da9ea 100644 --- a/Documentation/LadybirdBuildInstructions.md +++ b/Documentation/LadybirdBuildInstructions.md @@ -55,7 +55,7 @@ The simplest way to build and run ladybird is via the serenity.sh script: ``` # From /path/to/serenity ./Meta/serenity.sh run lagom ladybird -./Meta/serenity.sh debug lagom ladybird +./Meta/serenity.sh gdb lagom ladybird ``` Note that running ladybird from the script will change the CMake cache in your Build/lagom build