The Xdebug PHP extension helps you debug your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following:
* stack and function traces in error messages with:
o full parameter display for user defined functions
... [More] o function name, file name and line indications
o support for member functions
* memory allocation
* protection for infinite recursions [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy