node-stack-utils

Captures and cleans stack traces

Description

This modules provides API for working with nodejs stack traces. Ones could create new stack traces instance simulating for instance deep call of function, or clean existing stack trace. This API includes function to call up and down on stack trace.

In computing, a stack trace (also called stack backtrace or stack traceback) is a report of the active stack frames at a certain point in time during the execution of a program. Programmers commonly use stack tracing during interactive and post-mortem debugging. A stack trace allows tracking the sequence of nested functions called - up to the point where the stack trace is generated. In a post-mortem scenario this extends up to the function where the failure occurred

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/tapjs/stack-utils#readme


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-stack-utils