Jump to content

Recommended Posts

Hi,

 

im trying to to debug my projects with Xdebug.

 

This is my stuff:

 

I have checked trought phpinfo() Xdebug is correctly installed.

 

My file xdebug.so is in /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/

 

At the end of php.ini i have written this:

 

[Zend]
zend_extension="/opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=rs.localhost
xdebug.remote_port=9000

 

In the PHP options of NB i have this: Debugger port: 9000 ; Session ID: netbeans-xdebug.

 

When i press Ctrl+F5 (Debug project), a browser is started with this address:

 

  Quote
http://rs.localhost/frontend_dev.php/?XDEBUG_SESSION_START=netbeans-xdebug

 

but never the page is loaded (the spinner goes round).

 

I dont have any problem if i just write

  Quote
http://rs.localhost/frontend_dev.php.

 

 

¿Any idea?

 

 

Regards

 

Javi

Link to comment
https://forums.phpfreaks.com/topic/189850-nb-68-and-xdebug-i-cant-operate/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.