From 9b26527015a690fcafc110f740663709942b2ad1 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 28 Oct 2015 08:58:10 +0100 Subject: [PATCH] add rust-gdb --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 29bf96d..9783cf8 100644 --- a/README.md +++ b/README.md @@ -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 [](https://travis-ci.org/nrc/rustfmt) * [phildawes/racer](https://github.com/phildawes/racer) — code completion for Rust [](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/).