SkillAgentSearch skills...

Kdbg

A Graphical Debugger Interface around GDB

Install / Use

/learn @j6t/Kdbg
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars114
CategoryDevelopment
Updated15h ago
Forks20

Languages

C++

Security Score

95/100

Audited on Apr 1, 2026

No findings