Installing Zend PHP Debugger for Eclipse on OSX

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

Tags: , , , ,

4 Responses to “Installing Zend PHP Debugger for Eclipse on OSX”

  1. vish1628 February 11, 2012 at 8:05 PM #

    can we deubg our code based on events from other users on our web server ?

  2. rsimone16 February 11, 2012 at 9:02 PM #

    Excellent video … thanks

  3. curiousthree February 11, 2012 at 9:59 PM #

    @tlmcqu80 PHP comes pre-installed on OSX. Some people do install their own version but I just go with the default.

  4. tlmcqu80 February 11, 2012 at 10:59 PM #

    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…

Leave a Reply