[Pkg-javascript-devel] Bug#709940: ITP: node-async-stacktrace -- Improve Node.js stacktraces and make it easier to handle errors
Mike Gabriel
mike.gabriel at das-netzwerkteam.de
Sun May 26 22:28:45 UTC 2013
Package: wnpp
Severity: wishlist
Owner: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
* Package name : node-async-stacktrace
Version : 0.0.2
Upstream Author : Peter 'Pita' Martischka <petermartischka at googlemail.com>
* URL : https://github.com/Pita/async-stacktrace
* License : Apache-2.0
Programming Lang: Javascript
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.
More information about the Pkg-javascript-devel
mailing list