1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

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
commit 62eb5a434d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```