Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've been using ZendDebugger with Eclipse (on OS X) for a while now and it works great!</p> <p>Here's the recipe that's worked well for me.</p> <ol> <li>install Eclipse PDT via "All in one" package at: <a href="http://www.zend.com/en/community/pdt" rel="nofollow noreferrer">http://www.zend.com/en/community/pdt</a></li> <li>install ZendDebugger.so (<a href="http://www.zend.com/en/community/pdt" rel="nofollow noreferrer">http://www.zend.com/en/community/pdt</a>)</li> <li>configure your php.ini w/ the ZendDebugger extenssion (info below)</li> </ol> <p>Configuring ZendDebugger:</p> <ol> <li>edit php.ini</li> <li><p>add the following:</p> <p>[Zend]<br> zend_extension=/full/path/to/ZendDebugger.so<br> zend_debugger.allow_hosts=127.0.0.1<br> zend_debugger.expose_remotely=always<br> zend_debugger.connector_port=10013 </p></li> </ol> <p>Now run "php -m" in the command line to output all the installed modules. If you see the following then its installed just fine</p> <pre><code>[Zend Modules] Zend Debugger </code></pre> <p>Now restart Apache so that it reloads PHP w/ the ZendDebugger. Create a dummy page with in it and examine the output to make sure the PHP apache module picked up ZendDebugger as well. If it's setup right you will see something like the following text somewhere in phpinfo()'s output. </p> <blockquote> <p>with Zend Debugger v5.2.14, Copyright (c) 1999-2008, by Zend Technologies</p> </blockquote> <p>OK - but you wanted Aptana Studio... at this point I install the Aptana Studio Plugin into the PDT build of Eclipse. The instructions for that are at: <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration" rel="nofollow noreferrer">http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration</a></p> <p>That setup has served me well for a while - hopefully it helps you too</p> <p>-Arin</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload