[xdebug-general] Re: Xdebug with NetBeans setup.

From: Rob Sargent <robjsargent[@]gmail.com>
Date: Thu, 20 Jan 2011 12:02:15 -0700

On 01/20/2011 12:23 AM, Eric Sepich wrote:
> I have installed xdebug.so. My call to phpinfo(); confirms xdebug is
> installed. I installed NetBeans on KDE desktop for Linux. I entered the
> following lines in my php.ini:
>
> zend_extension = /usr/lib/php/modules/xdebug.so
> xdebug.remote_enable=1
> xdebug.remote_mode="req"
> xdebug.remote_host=127.0.0.1
> xdebug.remote_port=9000
> xdebug.idekey="netbeans-xdebug"
>
> Yet remarkably so I think when I start a debug session from NetBeans it
> opens the page in FireFox in my KDE desktop and waits and waits and
> waits.... All this is local stuff. My Apache is installed locally.
> NetBeans is working with local files. I never leave Fedora. When I run
> "debugclient" from the terminal and leave it running and then open
> NetBeans and try to start a debug session, NetBeans states that port
> 9000 is occupied (by debugclient I assume) which actually makes sense.
> What doesn't seem to make sense is why doesn't my debug session ever start?
>
> Thanks,
> Eric

Can you stop in a break point at all? Try using "Debug File" to a
must-hit breakpoint.

rjs
Received on Thu Jan 20 2011 - 19:38:37 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST