[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Re: PDT/Xdebug strange behavior - can't resolve it
|
- From: Dave Kelsey <dkel50@xxxxxxxxxxx>
- Date: Mon, 02 Jun 2008 10:44:02 +0100
- Newsgroups: eclipse.tools.pdt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.14 (Windows/20080421)
The problem is that xdebug 2.0.3 changed its termination protocol, which PDT isn't expecting
so doesn't know how to handle it. Effectively that debug session in PDT never terminates, nor does
the php script.
I am not sure what version PDT 1.0 M2 is, I am a little surprised that it works with xdebug 2.0.3.
Dave Kelsey
Thierry Bothorel wrote:
user@xxxxxxxxxxxxxx a écrit :
Here's where it gets strange:
- External browser (IE7) pops up (same thing happens w/ eclipse
internal browser)
- Web page "connecting ..."
- URL:
http://localhost/new_player_start_form.html?XDEBUG_SESSION_START=ECLIPSE_DBGP&KEY=12115074127964
- It just hangs there ... forever
Known issue - you are using XDebug v2.0.3 which isn't supported by PDT
1.0. You must use XDebug 2.0.2.
(BTW: a few weeks ago when I hit this problem, it took me more than 2
days to figure this one out myself ;-)
What is the issue exactly with 2.0.3. I use it with PDT 1.0 M2 and did
not seen someting wrong (I use internal browser) ?