diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-06-16 12:16:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-06-17 09:56:06 +0900 |
commit | 57b50ae915eacaf64b0c6e7a3bebcd8cee26910f (patch) | |
tree | 7e6cf0fd35f3d8e0aa48195aee051be1ac01e204 /README | |
parent | 490c8226cbad4c47403c296aba13b18bc3b9ebad (diff) | |
download | kdbg-57b50ae915eacaf64b0c6e7a3bebcd8cee26910f.tar.gz kdbg-57b50ae915eacaf64b0c6e7a3bebcd8cee26910f.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb247846ee7519c70ed85e536e4cdfa8f3e274db)
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 14 insertions, 12 deletions
@@ -1,19 +1,21 @@ -This is KDbg, a graphical user interface around gdb using -KDE, the K Desktop Environment. -To install: + KDbg – graphical debugger interface - ./configure - make - make install -Problem reports as well as success stories are welcome! +KDbg is a graphical user interface to gdb, the GNU debugger. It provides +an intuitive interface for setting breakpoints, inspecting variables, +stepping through code and much more. KDbg requires TDE but you can of +course debug any program. -The homepage is at - http://www.kdbg.org/ -You'll find the most recent version of KDbg there as well as -other useful information concerning debugging. +CONTRIBUTING +============== -Johannes Sixt <j6t@kdbg.org> +If you wish to contribute to kdbg, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |