Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Xdebug with M3!!!
Xdebug with M3!!! [message #48680] Sat, 01 September 2007 02:25 Go to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Hurray!!!! :)

Xdebug plugin is finally integrated into PDT starting M3 now. I know a
number of you would know by now, but in case some of you out there
haven't downloaded M3, do it now!! :) As it integrates *beautifully*
within PDT.

I'd like to take the chance to Thank Dave Kelsey, and the other plugin
contributers very much for the enormous amount of effort that was put
into this plugin. And also for the great, instant, constant and patient
support Dave has done to it. Thanks again man!

The truth is I haven't tested it fully yet (the implementation on M3 i
mean). But my first question is already here: Should the "Run" not work
when using a script debug using xdebug. I mean when we used to install
the plugin manually, the option of debugging with xdebug was not present
in the run dialog. Is it the same reason why we can use it to run?
should we use the zend debugger for running?

Cheers,
Ali
Re: Xdebug with M3!!! [message #48736 is a reply to message #48680] Sat, 01 September 2007 08:05 Go to previous messageGo to next message
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
Hi Ali, you are correct, run doesn't work when you select XDebug as the
debugger. The workaround currently is to switch the launch to the zend
debugger (or create a separate launch). I hope to get a fix into CVS soon.

Dave Kelsey

Ali B. wrote:
> Hurray!!!! :)
>
> Xdebug plugin is finally integrated into PDT starting M3 now. I know a
> number of you would know by now, but in case some of you out there
> haven't downloaded M3, do it now!! :) As it integrates *beautifully*
> within PDT.
>
> I'd like to take the chance to Thank Dave Kelsey, and the other plugin
> contributers very much for the enormous amount of effort that was put
> into this plugin. And also for the great, instant, constant and patient
> support Dave has done to it. Thanks again man!
>
> The truth is I haven't tested it fully yet (the implementation on M3 i
> mean). But my first question is already here: Should the "Run" not work
> when using a script debug using xdebug. I mean when we used to install
> the plugin manually, the option of debugging with xdebug was not present
> in the run dialog. Is it the same reason why we can use it to run?
> should we use the zend debugger for running?
>
> Cheers,
> Ali
Re: Xdebug with M3!!! [message #48766 is a reply to message #48736] Sat, 01 September 2007 17:09 Go to previous messageGo to next message
Fabio Z is currently offline Fabio ZFriend
Messages: 46
Registered: July 2009
Member
"Dave Kelsey" <dkel50@hotmail.com> ha scritto nel messaggio
news:fbb6g8$7os$2@build.eclipse.org...

> Hi Ali, you are correct, run doesn't work when you select XDebug as the
> debugger. The workaround currently is to switch the launch to the zend
> debugger (or create a separate launch). I hope to get a fix into CVS soon.

I'm finally working with it :)

I really can say that the debugger via XDebug is much better that the old
one!
Now it give many less errors (sometime it still give the

"
An internal error occurred during: "Execute Debug Command".
java.lang.NullPointerException
"

while debug with step into in deep functions, I think this happens when you
have some variables of others functions in the Expressions tab.

But this happens much less that in the old release).

I can congratulate with Dave!

Dave: for the question of the path proposed by the debug for each single
debugged .php file, it would be nice that the basic path
(http://localhost/mydir/) would be proposed and set as the project property
and not for each file (the path is always that!).

This will resolve also the problem of the IIS virtual directory.
Re: Xdebug with M3!!! [message #48796 is a reply to message #48736] Sat, 01 September 2007 18:31 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Having the XDebug enabled in myphp.ini for a long time now, I seem to
have forgotten how to enable the zend debugger back.

I would assume that it is possible to have both debuggers enabled in the
same php.ini, am I correct? if so, could anyone tell me how to enable
the zend debugger back to work side by side with xdebug?

Thanks
Ali

Dave Kelsey wrote:
> Hi Ali, you are correct, run doesn't work when you select XDebug as the
> debugger. The workaround currently is to switch the launch to the zend
> debugger (or create a separate launch). I hope to get a fix into CVS soon.
>
> Dave Kelsey
>
> Ali B. wrote:
>> Hurray!!!! :)
>>
>> Xdebug plugin is finally integrated into PDT starting M3 now. I know a
>> number of you would know by now, but in case some of you out there
>> haven't downloaded M3, do it now!! :) As it integrates *beautifully*
>> within PDT.
>>
>> I'd like to take the chance to Thank Dave Kelsey, and the other plugin
>> contributers very much for the enormous amount of effort that was put
>> into this plugin. And also for the great, instant, constant and
>> patient support Dave has done to it. Thanks again man!
>>
>> The truth is I haven't tested it fully yet (the implementation on M3 i
>> mean). But my first question is already here: Should the "Run" not
>> work when using a script debug using xdebug. I mean when we used to
>> install the plugin manually, the option of debugging with xdebug was
>> not present in the run dialog. Is it the same reason why we can use it
>> to run? should we use the zend debugger for running?
>>
>> Cheers,
>> Ali
Re: Xdebug with M3!!! [message #49828 is a reply to message #48796] Sun, 09 September 2007 18:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joshbenner.gmail.com

According to Xdebug documentation, it cannot run alongside the Zend
Debugger.

http://www.xdebug.org/docs/install

Ali B. wrote:
> Having the XDebug enabled in myphp.ini for a long time now, I seem to
> have forgotten how to enable the zend debugger back.
>
> I would assume that it is possible to have both debuggers enabled in the
> same php.ini, am I correct? if so, could anyone tell me how to enable
> the zend debugger back to work side by side with xdebug?
>
> Thanks
> Ali
>
> Dave Kelsey wrote:
>> Hi Ali, you are correct, run doesn't work when you select XDebug as the
>> debugger. The workaround currently is to switch the launch to the zend
>> debugger (or create a separate launch). I hope to get a fix into CVS
>> soon.
>>
>> Dave Kelsey
>>
>> Ali B. wrote:
>>> Hurray!!!! :)
>>>
>>> Xdebug plugin is finally integrated into PDT starting M3 now. I know
>>> a number of you would know by now, but in case some of you out there
>>> haven't downloaded M3, do it now!! :) As it integrates *beautifully*
>>> within PDT.
>>>
>>> I'd like to take the chance to Thank Dave Kelsey, and the other
>>> plugin contributers very much for the enormous amount of effort that
>>> was put into this plugin. And also for the great, instant, constant
>>> and patient support Dave has done to it. Thanks again man!
>>>
>>> The truth is I haven't tested it fully yet (the implementation on M3
>>> i mean). But my first question is already here: Should the "Run" not
>>> work when using a script debug using xdebug. I mean when we used to
>>> install the plugin manually, the option of debugging with xdebug was
>>> not present in the run dialog. Is it the same reason why we can use
>>> it to run? should we use the zend debugger for running?
>>>
>>> Cheers,
>>> Ali
Re: Xdebug with M3!!! [message #50575 is a reply to message #48736] Wed, 12 September 2007 01:38 Go to previous message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
I have just downloaded RC1 and xdebug works on run now as well. Thank
you Dave.

Cheers,
Ali

Dave Kelsey wrote:
> Hi Ali, you are correct, run doesn't work when you select XDebug as the
> debugger. The workaround currently is to switch the launch to the zend
> debugger (or create a separate launch). I hope to get a fix into CVS soon.
>
> Dave Kelsey
>
> Ali B. wrote:
>> Hurray!!!! :)
>>
>> Xdebug plugin is finally integrated into PDT starting M3 now. I know a
>> number of you would know by now, but in case some of you out there
>> haven't downloaded M3, do it now!! :) As it integrates *beautifully*
>> within PDT.
>>
>> I'd like to take the chance to Thank Dave Kelsey, and the other plugin
>> contributers very much for the enormous amount of effort that was put
>> into this plugin. And also for the great, instant, constant and
>> patient support Dave has done to it. Thanks again man!
>>
>> The truth is I haven't tested it fully yet (the implementation on M3 i
>> mean). But my first question is already here: Should the "Run" not
>> work when using a script debug using xdebug. I mean when we used to
>> install the plugin manually, the option of debugging with xdebug was
>> not present in the run dialog. Is it the same reason why we can use it
>> to run? should we use the zend debugger for running?
>>
>> Cheers,
>> Ali
Previous Topic:PDT 1.0 Webinar
Next Topic:Xdebug Opens Second Browser Window
Goto Forum:
  


Current Time: Sat Jul 27 12:31:12 GMT 2024

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

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

Back to the top