Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stackman in Debugging / Profiling section #153

Merged
merged 1 commit into from
Sep 15, 2014

Conversation

watson
Copy link
Contributor

@watson watson commented Sep 13, 2014

When writing custom error loggers, Stackman gives you easy access to the V8 internals of the Error object. Besides the standard functions on a V8 callsite object, with Stackman you get a lot of extra features: For instance access to the actual source code and surrounding lines for where the error occurred, you get to know if it happened inside a 3rd party module, in Node.js or in your own code.

sindresorhus added a commit that referenced this pull request Sep 15, 2014
Add stackman in Debugging / Profiling section
@sindresorhus sindresorhus merged commit 37ddd4f into sindresorhus:master Sep 15, 2014
@sindresorhus
Copy link
Owner

Nice! I've been needing something like this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants