summaryrefslogtreecommitdiff
path: root/devel/kdbg/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 20:14:55 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 20:14:55 +0000
commitbd88c269f8450f1df461f721ba5aae35a9eadef1 (patch)
treeae450f8046c7afc621f033e7179e8c773d906364 /devel/kdbg/pkg-descr
parentIntial import of p5-AppConfig version 1.52. (diff)
Initial import of kdbg version 1.0.0.
A graphical user interface around gdb using KDE. PR: 14675 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=23394
Diffstat (limited to 'devel/kdbg/pkg-descr')
-rw-r--r--devel/kdbg/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/kdbg/pkg-descr b/devel/kdbg/pkg-descr
new file mode 100644
index 000000000000..46b51f5cb848
--- /dev/null
+++ b/devel/kdbg/pkg-descr
@@ -0,0 +1,19 @@
+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://members.telecom.at/~johsixt/kdbg.html
+
+-Chris D. Faulhaber
+jedgar@fxp.org