kde-playground/kdbg
Ivailo Monev a9b00154bc generic: replace forward class declarations with header inclusions
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-07-31 18:05:48 +00:00
..
kdbg generic: replace forward class declarations with header inclusions 2019-07-31 18:05:48 +00:00
po kdbg: rename directory 2015-02-25 17:41:30 +00:00
BUGS kdbg: rename directory 2015-02-25 17:41:30 +00:00
CMakeLists.txt generic: misc cleanups and adjustments 2016-05-14 10:12:10 +00:00
COPYING kdbg: rename directory 2015-02-25 17:41:30 +00:00
README kdbg: rename directory 2015-02-25 17:41:30 +00:00
TODO kdbg: rename directory 2015-02-25 17:41:30 +00:00

This is KDbg, a graphical user interface around gdb using
KDE, the K Desktop Environment.

To install:

	cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 .
	make
	sudo make install

(Make sure your KDE is installed in /opt/kde4; adjust the path
to suit your system. On some systems it is /usr.)

Problem reports as well as success stories are welcome!

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.

Johannes Sixt <j6t@kdbg.org>