XDEBUG + MyECLIPSE single-step tracking and debugging of PHP code 1. xdebugXdebug is an open-source PHP program debugger (a Debug tool), which can be used to track, Debug, and analyze the running status of PHP programs. The latest version of Xdebug
The following small series for everyone to bring a PHP debugging and performance analysis tools Xdebug detailed. Small series feel very good, now share to everyone, also for everyone to make a reference. Let's take a look at it with a little
Why do I need debugger?
Many PHP programmers debug using Echo, Print_r (), Var_dump (), printf () and so on, in fact, for developers with a richer development experience these are enough, they can often in the process of program execution, By
Mac + php + xdebug + phpstorm configure xdebug in Apple. download the xdebug file
Http://xdebug.org/wizard.php
Copy the source code of phpinfo () to the text box. xdebug prompts you how to configure and download the version of xdebug.
All:
Http:
Configure xdebug for eclipse forphp
1. Why xdebug?
Xdebug is an open-source PHP program debugger (a debug tool) that can be used to track, debug, and analyze the running status of PHP programs.Xdebug site: http://www.Xdebug.org
2. How to download
Xdebug + ZendStudio configuration, xdebugzendstudio. Xdebug + ZendStudio configuration, the original link of xdebugzendstudio: www. orlion. ga689 has known such a thing for a long time, but it has never been used. it has been configured with exit (),
Using Xdebug to parse thinkphp frame function call graph
Performance tuning is required in development, and the thinkphp framework function call graph is analyzed using Xdebug.
About the installation reference of Xdebug 2 articles
NetBeans
Today, I tried to debug the PHP code on a MAC and found that netbeans could not be connected to a breakpoint, but it could not be debugged at all. Some searches found a third-party PHP module called xdebug. Although I only found some information
Remote debugging of PHP: XDEBUG. XDEBUG for PHP remote debugging. I used xdebug for local debugging during XDebug development. However, recently I joined some projects, and the environment was too complex, you need to build a local PHP remote
Why do I need debugger?
Many PHP programmers debug using Echo, Print_r (), Var_dump (), printf () and so on, in fact, for developers with a richer development experience these are enough, they can often in the process of program execution, By
PHPStorm + XDebug for debugging and phpstormxdebugMy development environment is as follows: Windows8.1 + Apache + PhpStorm + XDebug + Firefox (XDebug helper 1.4.3 plug-in ).
I. XDebug installation and configuration(1) download XDebug:
With Xdebug is not the first time, but with Phpstorm Xdebug or the first time (admission error correction ability is very strong, coupled with the framework of familiarity is very fast, know the location of the problem file directly fix the code,
First step: Install the php_xdebug extension and see if the installation is successful[HTML]View Plaincopyprint?
sudo apt-get install php5-xdebug #安装命令
sudo apt-get install php5-xdebug #安装命令[HTML]View Plaincopyprint?
Php-m #
When debugging PHP with Phpstorm, common echo,var_dump are used to view variable information. For those of you who want to debug with breakpoints, there is a good tool for Xdebug, you can check the variable information in the compiler, you can jump
This article mainly introduces how to add Xdebug extensions in PHP. For more information about how to download the corresponding DLL
2. Place the file in the ext folder under the PHP installation directory.
3. modify php. ini
The code is
Xdebug + ZendStudio configuration, xdebugzendstudio
Link: http://www.orlion.ga/689/
I have known such a thing for a long time, but it has never been used. I have been using exit (), var_dump () debug, which is very inefficient.
Download the xdebug
Xdebug is an open source PHP program debugger (a debug tool) that can be used to track, debug, and analyze the health of PHP programs. In daily development, we will use functions such as Print_r () Var_dump () to debug, but after all xdebug more
1. Download XDebug binary: http://www.xdebug.org/download.php5.2 http://www.xdebug.org/files/php_xdebug-2.1.0-5.2-vc6.dll5.3 http://www.xdebug.org/files/php_xdebug-2.1.0-5.3-vc6.dll2. Find php. ini.3. If ZendOptimizer has been configured, You need
There are three, vim DBGp plug-ins, php xdebug extensions, and Chrome xdebughelper extensions.
First, install required components.There are three, vim DBGp plug-ins, php xdebug extensions, and Chrome xdebug helper extensions.
I. Install the dbgp
Today, a PHP niche asked me php xdebug extension of the problem, and then re-write this note, in fact, this installation configuration is very simple, taking into account the understanding of the novice, equipped with text more detailed and
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.