freebsd-ports/devel/kdbg/pkg-descr

20 lines
751 B
Text
Raw Normal View History

KDbg is a graphical user interface to gdb, the GNU debugger,
to provide an intuitive interface for setting breakpoints,
inspecting variables, and stepping through code.
* Inspection of variable values in a tree structure.
* Debugger at your finger tips: The basic debugger functions
(step, next, run, finish, until, set/clear/enable/disable
breakpoint) are bound to function keys F5 through F10.
* Of course, lots of other basic functions: View source code,
search text, set program arguments and environment variables,
display arbitrary expressions
* Debugging of core dumps, attaching to running processes is
possible.
* Conditional breakpoints.
2000-08-21 19:08:25 +02:00
WWW: http://members.nextra.at/johsixt/kdbg.html
-Chris D. Faulhaber
1999-12-26 23:19:28 +01:00
jedgar@FreeBSD.org