XDebug and Breakpoints [message #55701] |
Thu, 27 September 2007 11:15  |
Eclipse User |
|
|
|
Originally posted by: josefv.tridan.co.za
I am using the new PDT with XDebug as my debugger. When I set a breakpoint
in say whatever.php, the breakpoint halts and I can easily traverse across
the functions.
Lets say I resume the code, and via normal action the page whatever.php is
reloaded (within the same debug session), sometimes the breakpoint halts
execution again and I can traverse the code step by step. Which is good.
By sometimes, unexpectedly, I am presented with a white breakpoint arrow,
not blue, and the step into and step over buttons, as well as resume
buttons are disabled.
Sometimes the breakpoint halts output to the browser, my Eclipse taskbar
button starts flashing (which is for me a queue that XDebug has picked up
the breakpoint), but I can't even see neither a blue nor a white
breakpoint arrow. Buttons for traversing code is also disabled.
Am I doing something wrong?
|
|
|
Re: XDebug and Breakpoints [message #55783 is a reply to message #55701] |
Thu, 27 September 2007 15:42   |
Eclipse User |
|
|
|
Hi Josef,
Would it be possible to give me a script that replicates the problem ? If not
a start would be to get an xdebug log of the problem.
if you could add the entry
xdebug.remote_log=(path to file)
(more info can be found at http://www.xdebug.org)
and recreate the problem and either post the log or raise a bugzilla report
and post it there ?
Cheers
Dave Kelsey
> I am using the new PDT with XDebug as my debugger. When I set a
> breakpoint in say whatever.php, the breakpoint halts and I can easily
> traverse across the functions.
>
> Lets say I resume the code, and via normal action the page whatever.php
> is reloaded (within the same debug session), sometimes the breakpoint
> halts execution again and I can traverse the code step by step. Which is
> good.
>
> By sometimes, unexpectedly, I am presented with a white breakpoint
> arrow, not blue, and the step into and step over buttons, as well as
> resume buttons are disabled.
>
> Sometimes the breakpoint halts output to the browser, my Eclipse taskbar
> button starts flashing (which is for me a queue that XDebug has picked
> up the breakpoint), but I can't even see neither a blue nor a white
> breakpoint arrow. Buttons for traversing code is also disabled.
>
> Am I doing something wrong?
>
|
|
|
|
|
|
Re: XDebug and Breakpoints [message #56451 is a reply to message #56401] |
Tue, 02 October 2007 05:33  |
Eclipse User |
|
|
|
Sorry, there isn't in this release. I am going to look at adding this in
a future release.
Dave Kelsey
Josef van Niekerk wrote:
> My problem appears to have been a faulty/partial installation of XDebug.
> I redid my php.ini settings, as I have a brand new machine now. The new
> installation appears to be stable and operational. I'll let know if any
> problems occur again.
>
> Just a quick question, is there a way I can direct PHP errors and
> warnings/notices to the console/debug output even while using Firefox?
>
|
|
|
Powered by
FUDForum. Page generated in 0.04140 seconds