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

Exceptions are displayed without stack trace #15

Open
mnapoli opened this issue Nov 30, 2013 · 2 comments
Open

Exceptions are displayed without stack trace #15

mnapoli opened this issue Nov 30, 2013 · 2 comments

Comments

@mnapoli
Copy link

mnapoli commented Nov 30, 2013

Hi there,

Is there any way to have athletic display more information when an exception occurs. It only displays the exception message, but sometimes this isn't enough :(

For example here, I'm benchmarking a lib which throws me an exception (with a very poor message) but then I'm stuck for resolving it:

% php -n vendor/bin/athletic -p benchmarks -b vendor/autoload.php
ERROR: Benchmark\Fixture\Foo
@polyfractal
Copy link
Owner

I think the command-line package that I'm using is eating the stacktrace. I'll see if there is a way to disable that or otherwise output it...I agree it would be more helpful if displayed.

@mnapoli
Copy link
Author

mnapoli commented Dec 3, 2013

It has maybe already been suggested, but I have used Symfony's console in the past and it's a good alternative if you find too much trouble with the current library.

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

2 participants