1

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.

muhammedea
  • 121
  • 2
  • 7
  • 3
    This 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

0 Answers0