Skip to content

Commit

Permalink
Merge pull request #5404 from sylvestre/doc222
Browse files Browse the repository at this point in the history
doc: recommend the rust-gdb helper
  • Loading branch information
cakebaker authored Oct 14, 2023
2 parents 21c8538 + f557c59 commit 62eb5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 62eb5a4

Please sign in to comment.