A quick tutorial on installing the Zend debugger in Eclipse on OSX. The debugger allows you to step through code line by line as it executes – taking the guesswork out of debugging PHP web applications. Links Referenced in the Video: Walkthrough Instructions: verysimple.com Zend Studio Web Debugger (Apache Module): www.zend.com Zend Debugger Plugin Install Site (Eclipse Plugin): Zend – downloads.zend.com Configuration Text for php.ini zend_extension=/usr/lib/php/extensions/ZendDebugger.so zend_debugger.expose_remotely=always zend_debugger.connector_port=10000 zend_debugger.allow_hosts=127.0.0.1/32192.168.*.*,10.*.*.*
Video Rating: 5 / 5
Revisions
There are no revisions for this post.
Users who found this page were searching for:
- zend debugger eclipse
- zend debugger eclipse
can we deubg our code based on events from other users on our web server ?
Excellent video … thanks
@tlmcqu80 PHP comes pre-installed on OSX. Some people do install their own version but I just go with the default.
nice… however, did you install php before you installed eclipse, I keep getting my folders mixed up when I install new software in eclipse, then I get confused trying to locate the correct path to debug and show a web browser in eclipse… wanting to know if I should have php installed on my HD or in my app folder…