need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / kdbg / DESCR
1 KDbg is a graphical user interface to gdb, the GNU debugger. It provides an
2 intuitive interface for setting breakpoints, inspecting variables, and stepping
3 through code.
4
5 KDbg requires KDE, the K Desktop Environment, but you can of course debug any
6 program.
7
8 Features:
9 o       Inspection of variable values in a tree structure.
10 o       Direct member: For certain compound data types the most important
11         member values are displayed next to the variable name, so that it is
12         not necessary to expand the subtree of that variable in order to see
13         the member value. For example, you don't need to go into a variable of
14         type QString if you want to see the string that the variable holds.
15         KDbg can also display Qt 2.0's QString values, which are Unicode
16         strings.
17 o       Debugger at your finger tips: The basic debugger functions (step, next,
18         run, finish, until, set/clear/enable/disable breakpoint) are bound to
19         function keys F5 through F10. Quick and easy.
20 o       Of course, lots of other basic functions: View source code, search
21         text, set program arguments and environment variables, display
22         arbitrary expressions. Everything you need to debug a program, eh!
23 o       Debugging of core dumps, attaching to running processes is possible.
24 o       Conditional breakpoints.