athletic
athletic copied to clipboard
Exceptions are displayed without stack trace
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
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.
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.