mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #5404 from sylvestre/doc222
doc: recommend the rust-gdb helper
This commit is contained in:
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user