4 responses to “Setting up XDebug on NetBeans 6.5 PHP IDE”

  1. heart5

    Does you debug the plugin for wordpress?

  2. urska

    I am also using XAMPP and I do not even have a php.ini file under xampp/apache/bin, should I then copy the file there or just change the php.ini in php folder?

  3. Huey Ly

    Hi Urska,

    I’m also running into problems trying to get xDebug to work with xampplite. Further investigations revealed that:

    1. Since XAMPP 1.7.1 the “php.ini” is only in the directory “\xampp\php”. Till XAMPP 1.7.0 is was in the directory “\xampp\apache\bin”. (From the apachefriends.org FAQs page.

    and
    2. If you run php.exe directly or look at your apache’s error.log, you’ll see this nice message:

    Xdebug requires Zend Engine API version 220060519.
    The Zend Engine API version 220090626 which is installed, is newer.
    Contact Derick Rethans at http://xdebug.org for a later version of Xdebug.

    I’m guessing you’ll have to wait a bit for a newer version of xDebug to work with the new Zend Engine.

  4. wakawaka

Leave a Reply