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
I think, If we can access the values of local variables of every frame It would be great.
It could display the arguments and the other local variables (eg. var_dump) for every frame. It can be like this. When mouse hover the variables, value of the variable, can be shown (this requires some javascript :) ). Of course, it can be some other way.
This is very useful for debugging.
The text was updated successfully, but these errors were encountered:
Yes, it would be a great feature.
Unfortunately for us, however, PHP Exception object just doesn't provide that data and until PHP changes there is no way to get it. :(
I think, If we can access the values of local variables of every frame It would be great.
It could display the arguments and the other local variables (eg. var_dump) for every frame. It can be like this. When mouse hover the variables, value of the variable, can be shown (this requires some javascript :) ). Of course, it can be some other way.
This is very useful for debugging.
The text was updated successfully, but these errors were encountered: