mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 21:47:46 +00:00
enh(readme): explain how to debug with gdb
This commit is contained in:
parent
bb01e67521
commit
2a9b47ed86
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
|
$ 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 ###
|
### GNU Make ###
|
||||||
|
|
||||||
To simply test all available utilities:
|
To simply test all available utilities:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue