Zend Debugger Configuration Guide _php tutorial

Source: Internet
Author: User
The previous article said: http://www.BkJia.com/os/201202/118673.html

The development of natural debugging, easy to use debugging tools to help us quickly find the problem of the program, greatly improve our efficiency.

Zend Studio is a powerful PHP IDE that Phper is familiar with. This time I'll talk about the installation configuration of Zend Debugger.

Zend Studio version: 6.1.2

Begin...

1. Various downloads:
Zendstudioforeclipse-6.1.2.zip

Zenddebugger-5.2.15-cygwin_nt-i386.zip (Windows version)
Newer versions of PHP can also be used, other versions download http://downloads.zend.com/pdt/server-debugger/

Studio Browser Toolbars:http://www.zend.com/products/studio/downloads
browser toolbar, two kinds of Firefox and IE, download need to register

2. Installation
2.1 Opening Zenddebugger-5.2.15-cygwin_nt-i386.zip

2.1.1 According to the PHP version used to select files, I am using php5.2.17, select 5_2_x_comp directory ZendDebugger.dll, extract to the root directory of PHP installation

2.1.2 Extract the dummy.php file to the root of the Web page file, which is the corresponding directory of DocumentRoot in the Apache configuration file httpd.conf

2.2 Modify the PHP configuration file, add at 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 zend_debugger.expose_remotely=allowed_hosts

2.3 Restart Apache service, Zend Debugger related information appears in Phpinfo, installation is complete!

2.4 Installing Zend Debugger Toolbar

2.4.1firefox version (firefox4.0 supported): After logging into the Zend site, click on the download, the Firefox browser will prompt to install the plugin, after installation, restart the browser.

2.4.2IE version: Download dll files after logging into Zend site, enter in Start-run

? regsvr32.exe " \zendietoolbar.dll "

Use the DLL file directory to replace, click Confirm, pop-up prompt registration success, restart IE browser.

3. Complete
At this point, Zend Debugger installation configuration is complete, and then for everyone to explain how to use the Zend debugger.


Excerpt from Precipitation Blog

http://www.bkjia.com/PHPjc/478416.html www.bkjia.com true http://www.bkjia.com/PHPjc/478416.html techarticle The previous article said: http://www.2cto.com/os/201202/118673.html development naturally without debugging, easy to use debugging tools to help us quickly find the problem of the program, greatly improve my ...

  • Related Article

    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.