File: control

package info (click to toggle)
node-async-stacktrace 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 108 kB
  • ctags: 20
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,053 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
Source: node-async-stacktrace
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 debhelper (>= 8.0.0),
 dh-buildinfo,
 node-vows (>= 0.6.0),
Standards-Version: 3.9.4
Homepage: https://github.com/Pita/async-stacktrace
Vcs-Git: git://git.debian.org/collab-maint/node-async-stacktrace.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/node-async-stacktrace.git

Package: node-async-stacktrace
Architecture: all
Depends:
 ${misc:Depends},
 nodejs (>= 0.6.19~dfsg1-3~),
Description: Improve Node.js stacktraces and make it easier to handle errors
 The "Async Stacktrace" module eases debugging of Node.js applications. With the
 default stacktraces, the problem is that they do not tell you exactly where
 a problematic subroutine has been called from.
 .
 The "Async Stacktrace" module shows you where an error was caught and passed to
 the next callback. This allows you to see from where problematic code was
 called.