File: control

package info (click to toggle)
kdbg 1.2.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,504 kB
  • ctags: 1,945
  • sloc: cpp: 15,961; sh: 8,183; makefile: 481; perl: 71; ansic: 16
file content (32 lines) | stat: -rw-r--r-- 1,361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: kdbg
Section: devel
Priority: optional
Maintainer: Ben Burton <benb@acm.org>
Build-Depends: debhelper (>> 3.0.0), libtool, kdelibs-dev
Standards-Version: 3.5.6

Package: kdbg
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, kdebase-libs
Recommends: gdb (>= 5.0)
Description: Graphical debugger interface
 KDbg is a graphical user interface to gdb, the GNU debugger. It provides
 an intuitive interface for setting breakpoints, inspecting variables,
 and stepping through code. KDbg requires KDE but you can of course debug
 any program.
 .
 Features:
  * 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 2'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.