1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

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

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