KDbg Code
Brought to you by:
j6t
File | Date | Author | Commit |
---|---|---|---|
.github | 2025-08-15 |
![]() |
[a62ce6] debian_package.yml: Address conflicts for ubunt... |
debian | 7 days ago |
![]() |
[53f317] KDbg 3.2.0. |
kdbg | 7 days ago |
![]() |
[53f317] KDbg 3.2.0. |
po | 7 days ago |
![]() |
[b30ba5] Update German translation. |
.gitignore | 2022-08-07 |
![]() |
[e8f1e7] .gitignore add support for clangd, vscode, kdes... |
BUGS | 1999-08-07 |
![]() |
[26812a] Recognize strings with repeated characters: 'x'... |
CMakeLists.txt | 7 days ago |
![]() |
[53f317] KDbg 3.2.0. |
COPYING | 2001-09-29 |
![]() |
[6bd490] Upgraded the build system for KDE2. |
README | 2025-08-15 |
![]() |
[530e3f] Update build instructions in the README to ment... |
ReleaseNotes-3.2.0.md | 7 days ago |
![]() |
[53f317] KDbg 3.2.0. |
TODO | 2007-06-09 |
![]() |
[090d0e] Some items of the TODO list have been completed. |
kdbg.spec | 2023-10-24 |
![]() |
[21deb1] Replace http:// by https:// where appropriate |
This is KDbg, a graphical user interface around GDB using KDE, the K Desktop Environment. To build and install: mkdir build cd build cmake -DBUILD_FOR_KDE_VERSION=6 .. make sudo make install It may be necessary to tell the install location explicitly, then use, for example, cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_FOR_KDE_VERSION=6 .. The KDE header files libraries must be available. Make sure that the development packages are installed. To build for the older version 5 of the KDE Framework, use cmake -DBUILD_FOR_KDE_VERSION=5 .. The homepage is at https://www.kdbg.org/ Johannes Sixt <j6t@kdbg.org>