diff options
author | François Andriot <[email protected]> | 2013-07-09 19:35:47 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-07-09 19:35:47 +0200 |
commit | 115fcbcf68d08da74b0dc09687d3f7e30ee1acda (patch) | |
tree | 6398a621f09e14be01066cca15a2524ebe456012 /ubuntu/precise/applications/kdbg/debian/control | |
parent | db132274da2cf5fe9fe2e04da717b0262589890e (diff) | |
parent | 04f025195612d685fa41b8614d3d650c518e907f (diff) | |
download | tde-packaging-115fcbcf68d08da74b0dc09687d3f7e30ee1acda.tar.gz tde-packaging-115fcbcf68d08da74b0dc09687d3f7e30ee1acda.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/precise/applications/kdbg/debian/control')
-rw-r--r-- | ubuntu/precise/applications/kdbg/debian/control | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/ubuntu/precise/applications/kdbg/debian/control b/ubuntu/precise/applications/kdbg/debian/control new file mode 100644 index 000000000..c424492a4 --- /dev/null +++ b/ubuntu/precise/applications/kdbg/debian/control @@ -0,0 +1,36 @@ +Source: kdbg-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <[email protected]> +Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs4-trinity-dev, autotools-dev, automake, libtool +Standards-Version: 3.8.4 +Homepage: http://www.kdbg.org/ + +Package: kdbg-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: gdb (>= 5.0) +Suggests: kxsldbg-trinity +Description: 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. |