yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
201 stars 149 forks source link

more information about function in exception output #462

Closed wellencamass closed 3 years ago

wellencamass commented 3 years ago

Hello, toolbar devs. I've got an exception like shown on the image below

1

My question is : is it possible to show the whole FULL function's arguments without slicing the characters?

If not, is it possible to see these parameters somehow from debug toolbar catch{} block? I've tried catch (\yii\db\Exception $exception) with return but this gave me no result, function's arguments are not visible.

Hope you will help me to solve this issue :)

Have a good day!

yii-bot commented 3 years ago

Thank you for your question. In order for this issue tracker to be effective, it should only contain bug reports and feature requests.

We advise you to use our community driven resources:

If you are confident that there is a bug in the framework, feel free to provide information on how to reproduce it. This issue will be closed for now.

This is an automated comment, triggered by adding the label question.