mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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:
parent
1c259b7a5a
commit
82470e9266
Notes:
sideshowbarker
2024-07-17 01:10:58 +09:00
Author: https://github.com/yedayak Commit: https://github.com/SerenityOS/serenity/commit/82470e9266 Pull-request: https://github.com/SerenityOS/serenity/pull/17469
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue