php - Zend Framework 2: Debugging Plugin -
relying on php's error reporting , backtracing quite pain , messages hard read @ times. before, had no choice bear it. not until found http://zfskeleton.onlime.ch/index/foo think awesome. sadly, not made zf2.
can suggest similar zf2 plugin can use make error reporting , backtracing less painful?
thanks in advanced.
i found these using http://packagist.org/ , http://modules.zendframework.com/ :
- https://github.com/zendframework/zenddevelopertools
- https://github.com/webino/zf2nettedebug
- https://github.com/ghislainf/zf2-whoops
you can try load zf1 debug library :
Comments
Post a Comment