mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
Merge pull request #1561 from sylvestre/gdb
enh(readme): explain how to debug with gdb
This commit is contained in:
commit
cf1f3b0f9b
1 changed files with 7 additions and 0 deletions
|
@ -228,6 +228,13 @@ If you would prefer to test a select few utilities:
|
|||
$ cargo test --features "chmod mv tail" --no-default-features
|
||||
```
|
||||
|
||||
To debug:
|
||||
```bash
|
||||
$ gdb --args target/debug/coreutils ls
|
||||
(gdb) b ls.rs:79
|
||||
(gdb) run
|
||||
```
|
||||
|
||||
### GNU Make ###
|
||||
|
||||
To simply test all available utilities:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue