KDbg Code
Brought to you by:
j6t
File | Date | Author | Commit |
---|---|---|---|
.github | 2025-02-01 |
![]() |
[65bae7] Use latest version v4 of actions/upload-artifact. |
debian | 2023-12-02 |
![]() |
[7b9440] KDbg 3.1.0. |
kdbg | 2023-03-06 |
![]() |
[96680f] Port to KShortcutsDialog::showDialog() |
po | 2025-04-05 |
![]() |
[79b3c0] Use non-deprecated KDEInstallDirs |
.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 | 2023-11-01 |
![]() |
[120ece] Require KFM 5.84. |
COPYING | 2001-09-29 |
![]() |
[6bd490] Upgraded the build system for KDE2. |
README | 2023-10-24 |
![]() |
[21deb1] Replace http:// by https:// where appropriate |
ReleaseNotes-3.1.0.md | 2023-12-02 |
![]() |
[7b9440] KDbg 3.1.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: cmake . make sudo make install It may be necessary to tell the install location explicitly, then use, for example, cmake -DCMAKE_INSTALL_PREFIX=/usr . The KDE header files libraries must be available. Make sure that the development packages are installed. The homepage is at https://www.kdbg.org/ Johannes Sixt <j6t@kdbg.org>