Skip to content

Commit

Permalink
Updated (since gdb is now supported for Rust).
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Oct 3, 2023
1 parent 659fa5d commit 1319535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function:
fn main() {
```

Now you can run your Rust code with `lldb` (`gdb` is not yet supported).
Now you can debug your Rust code with `gdb` or `lldb`.

</details>

Expand Down

0 comments on commit 1319535

Please sign in to comment.