doc: recommend the rust-gdb helper

This commit is contained in:
Sylvestre Ledru 2023-10-14 11:43:07 +02:00
parent 21c8538e0b
commit f557c59364

View file

@ -157,7 +157,7 @@ cargo nextest run --features unix --no-fail-fast
To debug:
```shell
gdb --args target/debug/coreutils ls
rust-gdb --args target/debug/coreutils ls
(gdb) b ls.rs:79
(gdb) run
```