diff options
author | Wainamoinen <wainamoinen@gmail.com> | 2018-11-16 15:20:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:42:49 +0700 |
commit | aac11d60d222dbc9a18418256355c0e8fd567688 (patch) | |
tree | 1bc78788bb0450cf5db116af07bfdda842cdd8db /development/gede/README | |
parent | 0d7d3dd2cc915eed232c0af368ca68d95654c2d6 (diff) |
development/gede: Added (Graphical User Interface for GDB).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gede/README')
-rw-r--r-- | development/gede/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/gede/README b/development/gede/README new file mode 100644 index 0000000000000..9e453323c305c --- /dev/null +++ b/development/gede/README @@ -0,0 +1,5 @@ +Gede is a graphical frontend (GUI) to GDB written in C++ and using +the Qt4 (or Qt5) toolkit. Gede supports debugging programs written in +FreeBasic, C++, C and Rust. The goals of Gede are: to be fast +debugger, to use as few as possible external dependencies, to run +using a external GDB instance, and to avoid unnecessary features. |