Xdebug

Xdebug
Developer(s) Derick Rethans
Initial release May 2, 2002 (2002-05-02)
Stable release 2.4.0 (March 3, 2016 (2016-03-03)) [±]
Development status Active
Written in C
Available in English
Type Debugger
License The Xdebug license
Website www.xdebug.org

Xdebug is a PHP extension which provides debugging and profiling capabilities.[1] It uses the DBGp debugging protocol.

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

Xdebug also provides:

Xdebug is also available via the PECL.[5]

UML component diagram for Xdebug and PHP, integrated via the browser and an IDE
An Xdebug error message on Wikimedia Commons

See also

References

  1. McArthur, Kevin (2008-03-24). "Testing, Development, and Continuous Integration". Pro PHP: Patterns, Frameworks, Testing and More. New York City, New York: Apress. pp. 120 – 124. ISBN 1-59059-819-9.
  2. Sklar, David; Trachtenberg, Adam (2009-05-11). "Error Handling, Debugging, and Testing". PHP Cookbook (2nd ed.). Sebastopol, CA: O'Reilly Media. p. 618 – 619. ISBN 0-596-10101-5.
  3. Henderson, Cal (2006-05-16). "Bottlenecks". Building Scalable Web Sites. Sebastopol, CA: O'Reilly Media. pp. 170 – 171. ISBN 0-596-10235-6.
  4. Masters, Jon; Blum, Richard (2007-03-12). "LAMP". Professional Linux Programming. Hoboken, New Jersey: John Wiley & Sons. p. 426. ISBN 0-471-77613-0.
  5. Gerner, Jason; Naramore, Elizabeth; Owens, Morgan L.; Warden, Matt (2005-12-05). "PEAR and PECL". In Gerner, Jason. Professional LAMP: Linux, Apache, MySQL and PHP Web Development. Hoboken, New Jersey: John Wiley & Sons. p. 197. ISBN 0-7645-9723-X.

External links


This article is issued from Wikipedia - version of the 9/12/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.