summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/kdbg/pkg-descr
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-04-30 00:39:23 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-04-30 01:08:50 +0200
commitde6bf490da76e05a644b8c0aeb4dc5f89722bd0f (patch)
treef71c9cdc0f5f114563f541ae44743b2e2101f55c /freebsd/applications/kdbg/pkg-descr
parent1b9c227b484e7c9be18be2ab748e52c107928cfa (diff)
downloadtde-packaging-r14.0.10.tar.gz
tde-packaging-r14.0.10.zip
FreeBSD: Update for final release R14.0.10.r14.0.10
Adjusted to new 'core' folder for main packages. Switch several applications to CMake. Add ports for several applications. Updated for FreeBSD 13 release. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/kdbg/pkg-descr')
-rw-r--r--freebsd/applications/kdbg/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/freebsd/applications/kdbg/pkg-descr b/freebsd/applications/kdbg/pkg-descr
new file mode 100644
index 000000000..1f3049906
--- /dev/null
+++ b/freebsd/applications/kdbg/pkg-descr
@@ -0,0 +1,24 @@
+Graphical debugger interface [Trinity]
+
+KDbg is a graphical user interface to gdb, the GNU debugger. It provides
+an intuitive interface for setting breakpoints, inspecting variables,
+stepping through code and much more. KDbg requires TDE but you can of
+course debug any program.
+
+KDbg can also debug XSLT (XML stylesheet translation) scripts by
+interfacing with xsldbg. For this the package kxsldbg must be installed.
+
+Features include the following:
+* Inspection of variable values in a tree structure.
+* Direct member: For certain compound data types the most important
+ member values are displayed next to the variable name, so that it is
+ not necessary to expand the subtree of that variable in order to see
+ the member value. KDbg can also display Qt's QString values, which
+ are Unicode strings.
+* 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. Quick and easy.
+* 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.