Documentation: Fix Ladybird debug instructions

The current Meta/serenity.sh script only accepts the `gdb` subcommand,
not `debug`.
This commit is contained in:
Yedaya Katsman 2023-02-13 22:01:32 +02:00 committed by Jelle Raaijmakers
parent 1c259b7a5a
commit 82470e9266
Notes: sideshowbarker 2024-07-17 01:10:58 +09:00

View file

@ -55,7 +55,7 @@ The simplest way to build and run ladybird is via the serenity.sh script:
``` ```
# From /path/to/serenity # From /path/to/serenity
./Meta/serenity.sh run lagom ladybird ./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 Note that running ladybird from the script will change the CMake cache in your Build/lagom build