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

Display full stack traces #107

Open
Marsup opened this issue Oct 31, 2014 · 1 comment
Open

Display full stack traces #107

Marsup opened this issue Oct 31, 2014 · 1 comment

Comments

@Marsup
Copy link

Marsup commented Oct 31, 2014

Errors thrown by children processes are displayed without the call stack, it's hard to debug tests without it.

@kof
Copy link
Contributor

kof commented Oct 31, 2014

  • option 1 need to serialize a and pass .stack additionally to the message to the parent
  • option 2 pass it to the parent same way but log the stack directly out of child

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

No branches or pull requests

3 participants