You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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:
The text was updated successfully, but these errors were encountered: