File: control

package info (click to toggle)
bashdb 4.0.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,820 kB
  • ctags: 942
  • sloc: sh: 10,581; lisp: 885; makefile: 449; ansic: 325
file content (24 lines) | stat: -rw-r--r-- 1,230 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
Source: bashdb
Section: devel
Priority: optional
Maintainer: Oleksandr Moskalenko <malex@debian.org>
Build-Depends: debhelper (>= 7), texi2html
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/bashdb/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/bashdb/trunk/?op=log

Package: bashdb
Architecture: all
Depends: bash ( >= 4.0 ), emacsen-common, ${misc:Depends}
Description: BASH debugger
 This is a complete rewrite of the Korn Shell debugger from Bill Rosenblatt's
 `Learning the Korn Shell', published by O'Reilly and Associates (ISBN
 1-56592-054-6) with changes by Michael Loukides and Cigy Cyriac. However,
 this code now depends on a number of debugging support features that are
 neither part of the POSIX standard nor present are in many POSIX-like shells.
 Although you can just use bashdb to debug scripts written in BASH, it can
 also be used just as a front-end for learning more about programming in
 BASH. As an additional aid, the debugger can be used within the context of an
 existing script with its functions and variables that have already been
 initialized; fragments of the existing code can be experimented with by
 changing them inside the debugger.