Eclipse does not stop at breakpoint [message #75594] |
Thu, 10 July 2008 10:00  |
Eclipse User |
|
|
|
I am working on Joomla! plugins and this worked fine with PDT (xdebug).
Suddenly (I have no idea what I could have done that this happens), it
stops at the breakpoints in the index.php, but it ignores all my other
breakpoints in other files.
How can I find the reason?
Thanks for your help.
|
|
|
|
|
|
|
|
Re: Eclipse does not stop at breakpoint [message #77930 is a reply to message #75663] |
Sat, 09 August 2008 12:26  |
Eclipse User |
|
|
|
One thing that gets me a lot is that there a lot of "invalid" places
where you set breakpoints. You can put the dot there in the IDE, but the
debugger won't stop at it:
* blank/non-code lines
* on switch statements
* in some types of callbacks (for example, preg_replace)
Also, and I run into this Drupal every now and then, with CMS's, there
are lot of caching behaviors to take into account and sometimes a piece
of code doesn't get run when you think it is. As a sanity-check, I add
error_log("got here") statements and tail the httpd error log sometimes
just to make sure.
|
|
|
Powered by
FUDForum. Page generated in 0.32344 seconds