diff --git a/README.md b/README.md
index 7d074e613d906d7e1886c6074976cd2fc3b39654..8043195f4f5b198696dfb93d9e3a4888167233fd 100644
--- a/README.md
+++ b/README.md
@@ -428,6 +428,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [manhole](https://github.com/ionelmc/python-manhole) - Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.
     * [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.
     * [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes.
+    * [gdbgui](https://github.com/cs01/gdbgui) - Browser based frontend for gdb to debug C, C++, Rust, and go.
 
 ## Deep Learning