Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » xdebug and firefox tabs
xdebug and firefox tabs [message #28944] Fri, 15 June 2007 07:12 Go to next message
Eclipse UserFriend
Originally posted by: omry.yadan.net

When I start a debug session with xdebug I get two firefox tabs:
http://localhost/php/firestats-dev/index.php?XDEBUG_SESSION_ STOP=ECLIPSE_XDEBUG&KEY=11818913656495
http://localhost/php/firestats-dev/index.php?XDEBUG_SESSION_ START=ECLIPSE_XDEBUG&KEY=11818914247756

is that a bug? a feature? :)
any work around for this behavior?
Re: xdebug and firefox tabs [message #28983 is a reply to message #28944] Fri, 15 June 2007 08:11 Go to previous messageGo to next message
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
This is working as designed. When you terminate the debug session Firefox needs to remove the
XDebug cookie, this is the XDEBUG_SESSION_STOP entry. When I send the URL via the eclipse API
this causes firefox to open a new tab.

There are 2 alternatives
1. switch eclipse to using an internal browser in the preferences tab
2. rather than terminate the debug session you could just disconnect it (more info in the
PDF documention I think)

Dave Kelsey

omry@yadan.net wrote:
> When I start a debug session with xdebug I get two firefox tabs:
> http://localhost/php/firestats-dev/index.php?XDEBUG_SESSION_ STOP=ECLIPSE_XDEBUG&KEY=11818913656495
> http://localhost/php/firestats-dev/index.php?XDEBUG_SESSION_ START=ECLIPSE_XDEBUG&KEY=11818914247756
>
> is that a bug? a feature? :)
> any work around for this behavior?
Re: xdebug and firefox tabs [message #29093 is a reply to message #28983] Fri, 15 June 2007 14:39 Go to previous message
Eclipse UserFriend
Originally posted by: omry.yadan.net

Thanks dave,
the internal browser seems to work pretty well (when its not crashing
eclipse).

Dave Kelsey wrote:
> This is working as designed. When you terminate the debug session
> Firefox needs to remove the
> XDebug cookie, this is the XDEBUG_SESSION_STOP entry. When I send the
> URL via the eclipse API
> this causes firefox to open a new tab.
>
> There are 2 alternatives
> 1. switch eclipse to using an internal browser in the preferences tab
> 2. rather than terminate the debug session you could just disconnect it
> (more info in the
> PDF documention I think)
>
> Dave Kelsey
>
> omry@yadan.net wrote:
>> When I start a debug session with xdebug I get two firefox tabs:
>> http://localhost/php/firestats-dev/index.php?XDEBUG_SESSION_ STOP=ECLIPSE_XDEBUG&KEY=11818913656495
>>
>> http://localhost/php/firestats-dev/index.php?XDEBUG_SESSION_ START=ECLIPSE_XDEBUG&KEY=11818914247756
>>
>>
>> is that a bug? a feature? :)
>> any work around for this behavior?
Previous Topic:XDebug and include path recursion
Next Topic:xdebug - oordering of variables
Goto Forum:
  


Current Time: Thu Apr 25 09:37:10 GMT 2024

Powered by FUDForum. Page generated in 0.05021 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top