eclipse xdebug session never completes

Posted by Scott Szretter on Stack Overflow See other posts from Stack Overflow or by Scott Szretter
Published on 2010-03-03T20:12:00Z Indexed on 2012/06/02 4:40 UTC
Read the original article Hit count: 370

Filed under:
|
|
|

I am trying to get xdebug working with eclipse (3.5) / php (on xampp windows 7). I have verified xdebug is enabled in php - I have the fancy output and my phpinfo shows all the xdebug stuff. I have remote debug on, and typed in the lan ip address on my eclipse machine.

When I tell eclipse to debug, it launches the browser and passes the debug URL parameters. That looks OK.

However, in eclipse debug perspective it shows 'launching myproject' 57% 'waiting for xdebug session'. It sits there forever.

I have turned off windows firewall on both machines.

I tried turning implicit flush on.

Any ideas?

© Stack Overflow or respective owner

Related posts about php

Related posts about eclipse