Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Re: Xdebug stopped breaking breakpoints
Re: Xdebug stopped breaking breakpoints [message #80258] Mon, 15 September 2008 18:19 Go to next message
Eclipse UserFriend
Originally posted by: yfreeman.gmail.com

Thanks for the reply


> Couple of things to check

> 1. have a look at the FAQ on http://www.xdebug.org. There is a specific entry for XAMPP which may be
applicable


I looked at the FAQ and the Zend Optimizer had already been disabled. The Debugger was working for months and now I have this problem.


> 2. If you have any watch expressions, try deleting them. A Script can be terminated abnormally if
you have a watch expression enabled that does something like invoke an undefined function.

I'm assuming that would be in the "expressions" tab/view. Its empty

Only one breakpoint (besides for the "Break First Line" setting)

Another interesting thing is that when I start the debug process in a browser (through the eclipse debug button) and the page loads, and then I load another page or reload the same page the Eclipse window pops into view like it's trying to display something, but nothing is displayed.


--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
Re: Xdebug stopped breaking breakpoints [message #80273 is a reply to message #80258] Mon, 15 September 2008 19:50 Go to previous message
D Kelsey is currently offline D KelseyFriend
Messages: 232
Registered: July 2009
Senior Member
The log you posted for xdebug looks ok. The initial configuration is working and it attempts to do a
step into which should cause it to stop at the first line, but xdebug for some reason says straight
after that it is stopping. This would happen if it had reached the end of the script or I am
guessing would also occur it there was some sort of error in the php engine trying to execute the
script. Could you post the file c:\projects\drupal\index.php (this is the file xdebug sees is
executing) there may be clue there.

Dave Kelsey

Joseph Freeman wrote:
> Thanks for the reply
>
>
>> Couple of things to check
>
>> 1. have a look at the FAQ on http://www.xdebug.org. There is a specific entry for XAMPP which may be
> applicable
>
>
> I looked at the FAQ and the Zend Optimizer had already been disabled. The Debugger was working for months and now I have this problem.
>
>
>> 2. If you have any watch expressions, try deleting them. A Script can be terminated abnormally if
> you have a watch expression enabled that does something like invoke an undefined function.
>
> I'm assuming that would be in the "expressions" tab/view. Its empty
>
> Only one breakpoint (besides for the "Break First Line" setting)
>
> Another interesting thing is that when I start the debug process in a browser (through the eclipse debug button) and the page loads, and then I load another page or reload the same page the Eclipse window pops into view like it's trying to display something, but nothing is displayed.
>
>
> --------------= Posted using GrabIt =----------------
> ------= Binary Usenet downloading made easy =---------
> -= Get GrabIt for free from http://www.shemes.com/ =-
>
Previous Topic:Code completion beyond 1 level
Next Topic:Xdebug stopped breaking breakpoints
Goto Forum:
  


Current Time: Fri Apr 26 03:42:42 GMT 2024

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

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

Back to the top