KDbg – graphical debugger interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Michele Calgaro 0b9cc25c2f
Fixed detection of gdb from GdbDriver. This resolves bug 1996.
10 years ago
admin@b5c58c72eb Reset submodule main/applications/kdbg/admin to latest HEAD 10 years ago
cmake@f405562992 Reset submodule main/applications/kdbg/cmake to latest HEAD 10 years ago
kdbg Fixed detection of gdb from GdbDriver. This resolves bug 1996. 10 years ago
po Additional k => tde renaming and fixes 11 years ago
.gitmodules Added common directories 11 years ago
BUGS Initial import 11 years ago
COPYING Initial import 11 years ago
ChangeLog-pre-2.2.0 Initial import 11 years ago
Makefile.am Initial import 11 years ago
README Initial import 11 years ago
ReleaseNotes-2.2.0 Initial import 11 years ago
ReleaseNotes-2.2.1 Initial import 11 years ago
ReleaseNotes-2.2.2 Initial import 11 years ago
TODO Initial import 11 years ago
acinclude.m4 Rename kdewidgets => tdewidgets 11 years ago
aclocal.m4 Initial import 11 years ago
config.h.in Initial import 11 years ago
configure.files Initial import 11 years ago
configure.in Initial TDE conversion 11 years ago
configure.in.in Initial import 11 years ago
configure.in.mid Initial import 11 years ago
kdbg.spec Initial TDE conversion 11 years ago
subdirs Initial import 11 years ago

README

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

To install:

	./configure
	make
	make install

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>