You are not logged in.
Pages: 1
Hi
Hopefully someone has an idea on this one. I need to use the NetBeans debugger for php projects. For some reason it refuses to start a debug session. I've used it on Ubuntu / openSuse etc. without a problem.
I've installed php-pear and php5-dev from the package manager. Installed xdebug with "sudo pecl install xdebug".
My xdebug section in php.ini is:
[XDEBUG]
; Load netbeans xdebug
zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=netbeans-xdebug
Xdebug is loaded ok - I checked using phpinfo();
The netbeans IDE just sits there waiting for a connection until it times out. I've maybe missed something simple but i wondered if there are any known quirks with netbeans in #! as I haven't tried it on this platform before.
Thanks in advance for any ideas.
Rich
Last edited by RichAustin (2011-03-21 08:55:46)
Offline
Sorry! I was right - it was me being stupid! I had the run configuration pointing at an html file instead of php.
Rich
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.