XDEBUG + MyEclipse Single-step tracking debug PHP code
1. Xdebug
Xdebug is an open source PHP program debugger (i.e. a debug tool) that is quite powerful and can be used to track, debug and analyze the health of PHP programs. Xdebug now the latest
XDEBUG + MyEclipse Single-step tracking debug PHP code
1. Xdebug
Xdebug is an open source PHP program debugger (i.e. a debug tool) that is quite powerful and can be used to track, debug and analyze the health of PHP programs. Xdebug now the latest
I am accustomed to netbeans-xdebug debuggingI was developed on Mac, everyone Linux configuration Xdebug can also refer toMy PHP is installed via Mac homebrew, so xdebug installation I also use homebrew (similar to Linux Wget/yum)Go directly to the
Windows Xdebug Configuration Installation
1. Download Xdebug
Download Address: http://xdebug.org/download.phpThe latest version is 2.1.2, with a lot of versions, 32-bit and 64-bit differences, differences between VC6 and VC9, and thread safety.
A.
first, the configuration before the description:
1, Phpstudy integrated xdebug expansion, so do not download xdebug alone.2, open Xdebug Extension: Other options menu > PHP extension > XdebugSecond, the configuration steps:
1, phpstudy current
What is Xdebug?
Xdebug is a php extension for debugging PHP programs that can provide a lot of useful debugging information.
Installation of 1.Xdebug
First of all, let's assume that our development platform is Windows XP with Apache installed and
Xdebug+phpstorm Development and commissioning
In the course of our development. If we have frequent echo, dump efficiency is very low. So we can use Xdebug to debug breakpoints.
The following tutorial takes the Windows operating system as an example.
You want to use the xdebug plug-in. My own php version is 5.6.18, so I downloaded the php_xdebug-2.2.5-5.6-vc11-x86_64.dll and put it under the path D: AppServphp5ext, and then in php. the configuration in ini is as follows: [Xdebug] xdebug.
: This article describes how to configure Xdebug for PHP debugging in phpstorm. if you are interested in the PHP Tutorial, refer to it. Running environment:
PHPSTORM version: 8.0.1
PHP version: 5.6.2
Xdebug version: php_xdebug-2.2.5-5.6-vc11-x86_64.
Author:
Haohappy
MSN: haohappy at msn.com
Blog: http://blog.csdn.net/haohappy2004
2006-07-04
Why?
Debugger? Many PHP
Program Debugging Using echo, print_r (), var_dump (), and printf () is enough for programmers with rich
SceneOs:mac OSX 10.10Environment: MAMP PRO 3.03php:5.5.10Webgrind 1.1Target:1. Installing the Xdebug module for PHP2. To view the data generated by the Xdebug, install Webgrind (a Web page that invokes the data).3.webgrind role: Webgrind is a
How to install xdebug and pearphpunit in php
Zend_extension = "F: \ php_dev \ php \ ext \ php_xdebug-2.2.1-5.4-vc9.dll"
[Xdebug]
Xdebug. auto_trace = on
Xdebug. collect_params = on
Xdebug.
: This article describes how to use phpstorm and xdebug for remote debugging. if you are interested in the PHP Tutorial, refer to it. The breakpoint debugging function of vs is very powerful, and all variables can be viewed. Php debugging is very
Installation Notes0. Install the best Firefox Add-on for remote debugging the easiest Xdebug. I ' m not lying.1. Install the xdebug extension from PECL or from a repo or download sources to compile it manually:
git clone
Talking about Php+phpstorm+xdebug configuration method, Phpstormxdebug
1. Download the Xdebug file
http://xdebug.org/wizard.php
Copy the source code for Phpinfo () to the text box, Xdebug will prompt you to configure and download which version of
Installation:
In order to better debug PHP program, install Xdebug. Official website: http://www.xdebug.org first download xdebug-2.4.0rc3.tgz, download the source code on the official homepage, Download back the file name is:
1. Download xdebug binary file: 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.ini3. If you have configured Zendoptimizer, you
I am accustomed to netbeans-xdebug debugging
I am in the Mac this development, everyone Linux configuration Xdebug can also refer to
My PHP is installed through the Mac homebrew, so xdebug installation I also use homebrew (similar to Linux Wget/yum)
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.