In laravel 4, the debug error pages is very useful. It uses whoops library. I am wondering, is it possible to get values of local variables in the error pages? I mean It could display the arguments and the other local variables (by var_dump) for every frame. If it does it would be very useful.
Asked
Active
Viewed 513 times
1
-
3This package: https://github.com/loic-sharma/profiler is very useful to inspect all the vars - enable it on the development environment ;) – Rob Gordijn Oct 03 '13 at 07:14
-
[Related issue](https://github.com/filp/whoops/issues/97). – May 03 '14 at 21:33