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

Tracing/stack correction support? #185

Closed
pshirshov opened this issue Aug 15, 2018 · 2 comments
Closed

Tracing/stack correction support? #185

pshirshov opened this issue Aug 15, 2018 · 2 comments

Comments

@pshirshov
Copy link
Member

At the moment it may be hard to restore the full execution path which lead to an exception because zio doesn't perform any stack manipulaitons nor trace execution path.

It may be kinda expensive but at the same time it may be extremely valuable for debugging/etc.

I would propose to implement additional debug runtime with tracing or stack correction support.

@jdegoes
Copy link
Member

jdegoes commented Aug 15, 2018

I was thinking about this the other day. Whatever the solution, it should have no impact on performance when disabled.

@neko-kai
Copy link
Member

neko-kai commented Jun 2, 2019

Done in #849 🎉

@jdegoes jdegoes closed this as completed Jun 2, 2019
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

No branches or pull requests

3 participants