Skip to content

j6t/kdbg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78450ae · Apr 6, 2025
Feb 1, 2025
Dec 3, 2023
Apr 6, 2025
Apr 6, 2025
Aug 9, 2022
Aug 7, 1999
Apr 6, 2025
Sep 29, 2001
Oct 24, 2023
Dec 3, 2023
Jun 9, 2007
Oct 24, 2023

Repository files navigation

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 <[email protected]>