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:
commit
62eb5a434d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue