1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/kdbg/pkg-descr
Rong-En Fan 0c2944136a - Update to 2.1.0
PR:		ports/120573
Submitted by:	Thomas Sander <thomas.sander at gmx.de>
Approved by:	maintaimer timeout (1 month)
2008-03-16 09:03:41 +00:00

20 lines
710 B
Plaintext

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.
WWW: http://www.kdbg.org/
--
conrads@cox.net