MAMP + ZendDebugger + PDT

http://downloads.zend.com/pdt/server-debugger/
> ZendDebugger-5.2.14-darwin8.6-uni.tar.gz

cp ZendDebugger-5.2.14-darwin8.6-uni/5_2_x_comp/ZendDebugger.so /Applications/MAMP/bin/php5/zend/lib


php.ini
[Debugger]
zend_extension = /Applications/MAMP/bin/php5/zend/lib/ZendDebugger.so
zend_debugger.allow_hosts = 127.0.0.1
zend_debugger.expose_remotely = always


Eclipse > 環境設定 - PHP - PHP Executables
Name: MAMP
Executable path:  /Applications/MAMP/bin/php5/bin/php
PHP ini file: /Applications/MAMP/conf/php5/php.ini
PHP debugger: Zend Debugger