Zenddebugger Configuration Guide _ PHP Tutorial

Source: Internet
Author: User
Zenddebugger Configuration Guide. The previous lecture: www.2cto.comos201202118673.html development naturally indispensable debugging, simple and easy-to-use debugging tools can help us quickly find the problem of the program, greatly improve my previous lecture: http://www.BkJia.com/ OS /201202/118673.html

Debugging is indispensable for development. easy-to-use debugging tools can help us quickly discover program problems and greatly improve our work efficiency.

Zend Studio is a php IDE familiar to phper and has powerful functions. This time we will talk about the installation configuration of Zend debugger.

Zend Studio version: 6.1.2

Start...

1. various downloads:
ZendStudioForEclipse-6.1.2.zip

ZendDebugger-5.2.15-cygwin_nt-i386.zip (windows)
Newer versions of php are also available, other versions download http://downloads.zend.com/pdt/server-debugger/

Studio Browser Toolbars: http://www.zend.com/products/studio/downloads
The browser toolbar is divided into firefox and IE. registration is required for download.

2. Installation
2.1 Open zenddebugger-5.2.15-cygwin_nt-i386.zip

2.1.1 Select a file based on the php version I use php5.2.17. select ZendDebugger. dll under the 5_2_x_comp directory and decompress it to the root directory of php installation.

2.1.2 decompress the dummy. php file to the root directory of the webpage file, that is, the directory corresponding to DocumentRoot in the apache configuration file httpd. conf.

2.2 modify the php configuration file and add the following content to the bottom:

? 1234 [Zend] zend_extension_ts = "D: \ WAMP \ PHP5.2.17 \ ZendDebugger. dll" zend_debugger.allow_hosts = 127.0.0.1/32,127.0 .0.1/24 bytes = allowed_hosts

2.3 restart the apache service. The Zend Debugger information is displayed in phpinfo. the installation is complete!

2.4 install zend debugger toolbar

2.4.1firefox version (firefox4.0 supported): After logging on to the zend site, click Download. the firefox browser will prompt you to install the plug-in. after installation, restart the browser.

2.4.2IE: log on to the zend site and download the dll file. enter

? 12 regsvr32.exe" \ Zendiw.lbar. dll"

Replace with the directory where the dll file is located Click "OK". a prompt is displayed, indicating that the registration is successful. restart IE.

3. Complete
Now, zend debugger has been installed and configured, and I will explain how to use zend debugger later.


From precipitated blog

Debugging is indispensable for development of pipeline. simple and easy-to-use debugging tools can help us quickly discover program problems and greatly improve me...

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.