The simplest in history! PHP debugging environment setup-ZendDebugger Assembly

Source: Internet
Author: User
The simplest in history! PHP debugging environment setup-ZendDebugger installation original address: blog. csdn. netnsrainbowarticledetails2218309 environment: PHP5.2.5, Zendstudio9, ZendDebugger5.2.10 files to be downloaded zenddebugger: download history simplest! PHP debugging environment setup-Zend Debugger installation
Address: http://blog.csdn.net/nsrainbow/article/details/2218309



Environment: PHP 5.2.5, Zend studio 9, Zend Debugger 5.2.10
Files to be downloaded
Zend debugger: http://download.csdn.net/detail/nsrainbow/5958535
Zend debugger toolbar (for Chrome): http://download.csdn.net/detail/nsrainbow/5958559
Zend studio 9 (download the 9.0.3): http://www.zendstudio.net/zend-studio-all-in-one-download/
Install zend debugger
After zend debugger is downloaded, decompress the package to d: \ zend \ ZendDebugger. dll.
Then add this section to the end of php. ini.
[Plain] view plaincopy
[Zend]
Zend_extension_ts = "d:/zend/ZendDebugger. dll"
Zend_debugger.allow_hosts = 127.0.0.1/32,127.0 .0.1/24
Zend_debugger.expose_remotely = allowed_hosts
Restart Apache
Create a. php file under the root directory of your website folder and write the content
Open the browser and access a. php. if the following text appears, it indicates the request is successful.

Install zend debugger toolbar to Chrome
Open chrome and drag the downloaded zend debugger toolbar to the Chrome extension to install it.
If such a green earth is displayed in the upper-right corner of the browser, the request is successful.

The installation process of zend studio is not described
How to debug
Click "Green Earth" on the page to be debugged. selecting "current page" will immediately refresh the current page and jump to zend studio (first, your zend studio must be in the Enabled status ), if it is next page, it indicates debugging on the next page, that is, clicking submit or hyperlink to debug
The use of the specific debugging interface is complex. you can use Baidu to debug the interface's specific functions.

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.