Merge pull request #5404 from sylvestre/doc222

doc: recommend the rust-gdb helper
This commit is contained in:
Daniel Hofstetter
2023-10-14 13:19:17 +02:00
committed by GitHub
+1 -1
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
```