Note that there are some explanatory texts on larger screens.

plurals
  1. POxdebug, Netbeans, and MAMP - waiting for connection (forever)
    primarykey
    data
    text
    <p>So here's my setup in a nutshell: MAMP, project is in Codeigniter framework, just set up xdebug and Netbeans. I also have the xdebug helper extension for Chrome.</p> <p>The problem is that when I try to run debug in Netbeans, "Waiting for connection (netbeans-xdebug)" appears and never goes away. I'm unable to perform any debug actions.</p> <p>xdebug appears to have installed correctly, as it appears in phpinfo and the settings appear correct - except for one thing that strikes me as strange. The master value of the idekey is what it should be (netbeans-xdebug) but the local value is different (it's actually the username of my system account). Does this local value matter and how would I go about changing it?</p> <p>Also, following advice for using the xdebug helper extension, I selected "do not open web browser" in the project properties advanced options. There's a little alert on that "advanced web configuration" dialog saying "project mapping might be needed" but as of now nothing is filled out there. Also on that dialog, debugger proxy host is blank with port 9001, not sure if that's at all relevant.</p> <p>The relevant section of my php.ini is as follows:</p> <pre><code>[xdebug] xdebug.default_enable=1 zend_extension="/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so" xdebug.remote_enable=1 xdebug.remote_autostart=1 xdebug.remote_handler=dbgp xdebug.remote_host=localhost xdebug.remote_port=9000 xdebug.idekey="netbeans-xdebug" </code></pre> <p>The xdebug.so file I'm using is copied and pasted from the latest komodo download.</p> <p>Many, many thanks in advance for any help - this is a very frustrating one! </p>
    singulars
    1. This table or related slice is empty.
    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. This table or related slice is empty.
    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