资 源 简 介
The problem
Most PHP frameworks offer very little debugging information.
When an error occurs the developer usually sees the infamous White Screen of Death or some laconic description of what happened.
Most PHP frameworks have a steep learning curve and offer very little real-time support.
The solution
This framework launches an AJAX interface (The Wizard) each time
an error occurs
or
the developer requests it
The wizard offers a clear view of what went wrong, listing
a debug backtrace
memory usage
POST, GET and SESSION superglobals" content
flags set by the developer along the way (useful for recursion debugging)
available helpers, libraries and other tools
Most importantly, the wizard also delivers detailed inform