Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » XDebug error on 2nd launch
XDebug error on 2nd launch [message #57493] Tue, 09 October 2007 17:03 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.davidenko.net

I have this error alert when I debug for the SECOND time a php script :

"web launch already running"

The first debugging session is correct and well-terminated (launched
directly by script, or by my web server).

I try with the zend debugger server extension too (I have two apache/php
configs), and there isn't any pb. But I'll like to test and use xdebug
possibilities.

Thank you for your help.

vd.
Re: XDebug error on 2nd launch [message #57517 is a reply to message #57493] Tue, 09 October 2007 19:14 Go to previous messageGo to next message
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
You can only have a single xdebug web launch active at any one time. When
your web script terminates, the web launch remains active until you terminate it
so you cannot relaunch a debug session.

For more info please see
http://www.eclipse.org/pdt/documents/XDebugGuide.pdf

Dave Kelsey


vdav wrote:
> I have this error alert when I debug for the SECOND time a php script :
>
> "web launch already running"
>
> The first debugging session is correct and well-terminated (launched
> directly by script, or by my web server).
>
> I try with the zend debugger server extension too (I have two apache/php
> configs), and there isn't any pb. But I'll like to test and use xdebug
> possibilities.
>
> Thank you for your help.
>
> vd.
>
Re: XDebug error on 2nd launch [message #57670 is a reply to message #57517] Wed, 10 October 2007 10:13 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.davidenko.net

Thank you,

I read this doc before, but I haven't seen I must explicitly clic on
RemoteLauch to stop session (cookie removing) !!

Dave Kelsey a écrit :
> You can only have a single xdebug web launch active at any one time. When
> your web script terminates, the web launch remains active until you
> terminate it
> so you cannot relaunch a debug session.
>
> For more info please see
> http://www.eclipse.org/pdt/documents/XDebugGuide.pdf
>
> Dave Kelsey
>
>
> vdav wrote:
>> I have this error alert when I debug for the SECOND time a php script :
>>
>> "web launch already running"
>>
>> The first debugging session is correct and well-terminated (launched
>> directly by script, or by my web server).
>>
>> I try with the zend debugger server extension too (I have two
>> apache/php configs), and there isn't any pb. But I'll like to test and
>> use xdebug possibilities.
>>
>> Thank you for your help.
>>
>> vd.
>>
Previous Topic:PDT Open Declaration opens in read only mode
Next Topic:Eclipse and PHP
Goto Forum:
  


Current Time: Fri Apr 26 07:30:40 GMT 2024

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

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

Back to the top