From c855c0b873e650dfd5fc0ce9f47c81a565b14a07 Mon Sep 17 00:00:00 2001 From: Chad Date: Fri, 31 Mar 2017 09:40:41 -0700 Subject: [PATCH] add gdbgui - graphical debugger for Rust --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbe2752..84c4242 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [pacmancoder/rustzx](https://github.com/pacmancoder/rustzx) — [](https://travis-ci.org/pacmancoder/rustzx) * Virtual Boy * [emu-rs/rustual-boy](https://github.com/emu-rs/rustual-boy) — [](https://travis-ci.org/emu-rs/rustual-boy) - * Emulator Development tools + * Emulator Development tools * SNES * [ioncodes/snesutilities](https://github.com/ioncodes/snesutilities) — ROM analyser/extractor * **Games**, see also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wiki/Games-Made-With-Piston). @@ -185,6 +185,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * GDB * [rust-gdb](https://github.com/rust-lang/rust/blob/master/src/etc/rust-gdb) + * [gdbgui](https://github.com/cs01/gdbgui) — Browser based frontend for gdb to debug C, C++, Rust, and go. [](https://travis-ci.org/cs01/gdbgui) * LLDB * [lldb_batchmode.py](https://github.com/rust-lang/rust/blob/master/src/etc/lldb_batchmode.py) — allows to use LLDB in a way similar to GDB's batch mode. * [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) — a LLDB extension for [Visual Studio Code](https://code.visualstudio.com/).