mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
doc: recommend the rust-gdb helper
This commit is contained in:
parent
21c8538e0b
commit
f557c59364
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…
Reference in a new issue