1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-03 05:10:17 +02:00

add rust-gdb

This commit is contained in:
kud1ing 2015-10-28 08:58:10 +01:00
parent 2658d2a970
commit 9b26527015

View File

@ -36,6 +36,7 @@ The goal is to have only projects that are mostly stable and useful to users.
- [Web programming](#web-programming)
- [Resources](#resources)
- [Development Tools](#development-tools)
- [Debugging](#debugging)
- [IDEs](#ides)
- [Profiling](#profiling)
- [License](#license)
@ -393,6 +394,11 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew
* [nrc/rustfmt](https://github.com/nrc/rustfmt) — a Rust code formatter [<img src="https://travis-ci.org/nrc/rustfmt.svg?branch=master">](https://travis-ci.org/nrc/rustfmt)
* [phildawes/racer](https://github.com/phildawes/racer) — code completion for Rust [<img src="https://travis-ci.org/phildawes/racer.svg?branch=master">](https://travis-ci.org/phildawes/racer)
### Debugging
* GDB
* [rust-gdb](https://github.com/rust-lang/rust/blob/master/src/etc/rust-gdb)
### IDEs
See also [http://areweideyet.com/](http://areweideyet.com/).