Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local variables in pretty error page #97

Closed
muhammedea opened this issue Oct 4, 2013 · 2 comments
Closed

Local variables in pretty error page #97

muhammedea opened this issue Oct 4, 2013 · 2 comments

Comments

@muhammedea
Copy link

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.

@denis-sokolov
Copy link
Collaborator

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. :(

@denis-sokolov
Copy link
Collaborator

Although it might be possible using xdebug.collect_params.
In which case this issue is a duplicate of #34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants