mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +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…
Add table
Add a link
Reference in a new issue