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
|
Source: tinyjsd
Section: libdevel
Priority: optional
Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@lists.alioth.debian.org>
Uploaders:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Build-Depends:
debhelper (>= 11~),
mozilla-devscripts,
zip,
Standards-Version: 4.1.4
Homepage: https://sourceforge.net/u/pbrunschwig/tinyjsd
Vcs-Git: https://salsa.debian.org/debian/tinyjsd.git
Vcs-Browser: https://salsa.debian.org/debian/tinyjsd
Package: tinyjsd
Architecture: all
Depends:
${misc:Depends},
${xpi:Depends},
Suggests:
jsunit
Description: Lightweight JavaScript Debugger for Thunderbird and SeaMonkey
TinyJSD is a JavaScript debugger for Mozilla products (Firefox,
Thunderbird, SeaMonkey). The key differences to debuggers like Firebug
and the debugger built into Firefox are:
.
* focused on debugging privileged code such as extensions and the
application itself
* simple user interface for easier use than complex debugger tools
|