Things are not new goods, so the introduction does not introduce, the following is mainly the configuration process.
First, download Zenddebugger, download link: http://downloads.zend.com/pdt/server-debugger/, because I am the win system, So just find the. zip at the end of the line, I was under the Zenddebugger-5.2.14-cygwin_nt-i386.zip
Then unpack and see these directories
The number in front of those folders represents the version of PHP, I use the 5.2.6, so I use 5_2_x_comp, Copy the ZendDebugger.dll in this folder to the Ext folder in the PHP directory, and then open php.ini (Remember, the php.ini under Wamp is X:\wamp\bin\apache\apache2.2.8\bin\ Directory, add the following lines of code below:
Copy Code code as follows:
[Zend]
Zend_extension_ts= "D:\soft\wamp\bin\php\php5.2.6\ext\ZendDebugger.dll"
zend_debugger.allow_hosts=127.0.0.1
Zend_debugger.expose_remotely=always
Save the shutdown, continue to view the contents of the downloaded Zenddebugger, find the dummy.php, copy it to the WWW directory, this directory in X:\wamp\www.
Reboot Wamp, turn on http://localhost/to see if PHP is loaded Zenddebugger extensions, like this to represent normal installation
The final is to configure Zenddebugger in the debugger, here I do not do a specific explanation, because someone with Zendstudio, someone with EPP, tread, their own groping it.