Top Qs
Timeline
Chat
Perspective
Xdebug
PHP extension used for debugging and profiling From Wikipedia, the free encyclopedia
Remove ads
Xdebug is a PHP extension which provides debugging and profiling capabilities.[2] It uses the DBGp debugging protocol.
Remove ads

The debug information that Xdebug can provide includes the following:
- full parameter display for user defined functions
- function name, file name and line indications
- support for member functions
- memory allocation
- protection for infinite recursions
Xdebug also provides:
- profiling information for PHP scripts[4]
- code coverage analysis
- capabilities to debug your scripts interactively with a debugger front-end.[5]
Remove ads
See also
- Debugger
- Dynamic program analysis
- Software performance analysis
- Optimization
- DBG (another open source PHP debugger)
- Zend Studio (the Zend Debugger is an alternative to Xdebug)
References
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads