Which is the best way to improve debugging skills in Yii framwork?

I am looking to improve my debugging skills in Yii. Suggest best ways to do so.

Read the guide. Read the code. Practice.

1 Like

thanks. Any particular resources which you would like to suggest?

What do you mean by debugging skills? Ability to read the code? To run xdebug? To understand the Yii2 process?

Best guide there is, is in here: https://www.yiiframework.com/doc/guide/2.0/en

yes , exactly you are very right samdark

Thanks for sharing the guide. I was referring to particular debugging in Yii2.

It is no different than using XDebug in plain PHP. Well, there’s debug toolbar to the help but that’s it.

1 Like