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
PHP extension Xdebug installation and use instance. What is Xdebug? It is a tool that can be used to debug php code and run it. the following small series will introduce you to the Xdebug installation method. the following tutorial is based on linux
Detailed description of the role and installation configuration of Xdebug. Speaking of PHP code debugging, for experienced PHPer, through simple echo, print_r, var_dump functions, or PHP development tools zendstudio and editplus can quickly solve
What is Xdebug? It is a tool that can be used to debug php code and run it. The following small series will introduce you to the Xdebug installation method. The following tutorial is based on linux and windows systems.
Q: What is xdebug?
A: xdebug
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.
Install and configure the php code debugging tool Xdebug in Windows and Linux. I. Why do I need a Debugger? Many PHP programmers use echo, print_r (), var_dump (), and printf () for debugging. In fact, this is sufficient for programmers with rich
I. Why do I need a Debugger?
Many PHP programmers use echo, print_r (), var_dump (), and printf () for debugging. In fact, this is enough for programmers with rich development experience, during program execution, they can output the values of
This article provides a detailed analysis of phpstorm + xdebug remote breakpoint debugging. For more information, see XDEBUG configuration:
1. install xdebug. There is a lot of information on the Internet.
Focus on the configuration of php.
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.