Install and use XDebug, a PHP debugging tool. Many PHP programmers use echo, print_r (), var_dump (), and printf () for debugging. Although this is sufficient for programmers with rich development experience, they can often use echo, print_r (), var_
Many PHP programmers use echo, print_r (), var_dump (), and printf () for debugging. Although this is sufficient for programmers with rich development experience, during program execution, they can output the values of specific variables to
Xdebug document (iii) stack tracing and xdebug document stack Tracing
When xdebug is activated, once PHP displays notifications, warnings, or errors, xdebug displays stack trace information. This stack information can be configured and displayed
This article mainly introduces the entire process of installing PHP5.5 + Redis + XDebug + Nginx + MySQL development environment in the CentOS system environment, which is very detailed and detailed. It is recommended for reference by partners in
Use xdebug to Debug PHP to find out the bottleneck of the PHP program. Xdebug is an extension application of PHP. with xdebug, you can easily debug the PHP program. with it, we don't need to use var_dump (), print_r () and so on. Xd
XdebugIt is an
The combination of xdebug in PHP is a good combination for debugging in PHP. The following describes how to use xdebug in PHP:
1. Installation in Windows
Download Site http://www.xdebug.org/
Be sure to use a version that works with your PHP, such
Detailed explanation of PHP debugging and performance analysis tools Xdebug and php debugging xdebug
During program development, the most commonly used debugging method is to print statements using echo, print_r (), var_dump (), and printf. The
Install and configure xdebug in PHPstorm. This article introduces the xdebug installation and configuration instructions in PHPstorm. this is not the first time I configured PHPstorm. I will share my experience with you below. It is not the first
Xdebug is an open-source PHP debugger that is loaded and used as a PHP module. It can be used to track, debug, and analyze the running status of PHP programs.
Php5.2.13 is used as an example,
1. Download The php_xdebug-2.1.0-5.2.dll file,
Http://www.
Centos PHP configuration xdebug first need to download xdebug, we can click here to download the xdebug-2.2.5.tgz, or download the corresponding installation package on the xdebug official website. Determine the PHP installation directory. assume
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.