freebsd-ports/devel/kdbg/pkg-descr
Ruslan Makhmatkhanov 352d684224 - update to 2.5.1
- respect WITHOUT_NLS

while here:
- remove indefinite article (yes, I know what's this) from COMMENT
- convert to optionsng
- add license (GPLv2)
- trailing whitespace fixes in pkg-descr
- fix plist

PR:		170532
Submitted by:	HU Dong <itechbear at gmail dot com>
Approved by:	Thomas Sander <thomas.sander at gmx dot de> (maintainer)
2012-09-18 07:33:40 +00:00

16 lines
686 B
Text

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/