http://xdebug.org/docs/
XDEBUG EXTENSION FOR PHP | DOCUMENTATION home | updates | download | documentation | license | support | issue tracker This section describes on how to install Xdebug. » Basic FeaturesXdebug's basic functions include the display of stack traces on error conditions, maximum nesting level protection and time tracking. » Variable Display FeaturesXdebug replaces PHP's var_dump() function for displaying variables. Xdebug's version includes 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 TracesWhen 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. 立即学习“PHP免费学习笔记(深入)”; » Function TracesXdebug allows you to log all function calls, including parameters and return values to a file in different formats. » Code Coverage AnalysisCode 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 ScriptsXdebug'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 DebuggingXdebug provides an interface for debugger clients that interact with running PHP scripts. This section explains how to set-up PHP and Xdebug to allow this, and introduces a few clients. » FAQFrequently Asked Questions » All Configuration Settings» All Functions | ||
This site and all of its contents are Copyright © 2002-2009 by Derick Rethans. |
Del.icio.us : php xdebug
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号