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.
Installed Size: 26.6 kB
Architectures: all