`

Integrating Eclipse PDT and Wamp For PHP IDE - Debugging with ZendDebugger

阅读更多
Preparation
1. download eclipse pdt all in one package
   my package name : zend-eclipse-php-helios-win32-x86
2. download Wamp
   my version is : WampServer2.0c downloaded from www.php100.com
3. For debugging with ZendDebugger, we need php extension, http://downloads.zend.com/pdt/server-debugger/ZendDebugger-5.2.14-cygwin_nt-i386.zip


Steps:
1. Extract pdt, and install wamp
2. extract zenddebugger package.
3. start eclipse, set workspace to wamp/www/ folder (by your situation)
4. In eclipse, go to Window -> prefrence -> PHP -> Debug

This is my final configuration:

Please take care when configuring your php server, make sure that it meets the wamp server root.



5.Open php.ini
Add proper configuration shown blow:
Please take care to choose proper version of ZendDebugger.dll.
You can search in google for detail information.

zend_extension_ts=E:/wamp/www/ZendDebugger-5.2.14RC9-cygwin_nt-i386\5_2_x_comp/ZendDebugger.dll
zend_debugger.allow_hosts=127.0.0.1/9527,192.168.1.222/9527
zend_debugger.expose_remotely=always

Restart apache server.

Cheers, Configuration has been done!
  • 大小: 18.1 KB
  • 大小: 10.9 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics