XDEBUGEXTENSIONFORPHP | DOCUMENTATION

Source: Internet
Author: User
Tags configuration settings
XDEBUGEXTENSIONFORPHP | DOCUMENTATION http://xdebug.org/docs/

Xdebug extension for php | DOCUMENTATION

Home | updates | download | documentation | license | support | issue tracker

» Documentation for: Xdebug 2
» Installation

This section describes on how to install Xdebug.

» Basic Features

Xdebug's basic functions include the display of stack traces on error conditions, maximum nesting level protection and time tracking.

» Variable Display Features

Xdebug replaces PHP's var_dump () function for displaying variables. xdebug's version implements des different colors for different types and places limits on the amount of array elements/object properties, maximum depth and string lengths. there are a few other functions dealing with variable display as well.

» Stack Traces

When Xdebug is activated it will show a stack trace whenever PHP decides to show a notice, warning, error etc. the information that stack traces display, and the way how they are presented, can be configured to suit your needs.

» Function Traces

Xdebug allows you to log all function cils, including parameters and return values to a file in different formats.

» Code Coverage Analysis

Code coverage tells you which lines of script (or set of scripts) have been executed during a request. With this information you can for example find out how good your unit tests are.

» Profiling PHP Scripts

Xdebug's built-in profiler allows you to find bottlenecks in your script and visualize those with an external tool such as KCacheGrind or WinCacheGrind.

» Remote Debugging

Xdebug provides an interface for debugger clients that interact with running PHP scripts. This section describes how to set-up PHP and Xdebug to allow this, and introduces a few clients.

» FAQ

Frequently Asked Questions

» All Configuration Settings
» All Functions

This site and all of its contents are Copyright©2002-2009 by Derick Rethans.
All rights reserved.

Del. icio. us: php xdebug

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.