Cant start xdebug

Discussion in 'Server Operation' started by razor7, Oct 13, 2012.

  1. razor7

    razor7 Member

    Can't start xdebug

    Hi, I managed to install xdebug and enable it through local php.ini files when needed.

    It was working just fine for about a month, but today It doesn't.

    If I try to start a debug session with Zend Studio IDE, it gets stuck in "57% launching: waiting for xdebug session"

    If I run this command "$ sudo netstat -tunlp | grep 9000" on server console, I get:
    phpinfo reports Xdebug v2.1.0

    local php.ini
    Specs
    Ubuntu server 12.04, upgraded today
    PHP Version 5.3.10-1ubuntu3.4
    Xdebug v2.1.0

    Any help is really appreciated!

    Thanks a lot!
     
    Last edited: Oct 13, 2012
  2. razor7

    razor7 Member

    Hi, just forget it.
    With this config options it works! (just changed port to 9001)
    For some reason, I had to erase my ZendStudio "workspaces" folder, and import all my projects again, and of course, changed por of debugger in "windows->preferences->php->debug->configure"
     

Share This Page