Skip to content
forked from j6t/kdbg

A Graphical Debugger Interface around GDB

License

Notifications You must be signed in to change notification settings

mfont-bz17/kdbg

 
 

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]>

About

A Graphical Debugger Interface around GDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.3%
  • HTML 20.4%
  • CMake 1.2%
  • XSLT 0.9%
  • Roff 0.7%
  • Makefile 0.2%
  • Other 0.3%