Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Conditional Breakpoints won't "Catch" in PDT 2.0
Conditional Breakpoints won't "Catch" in PDT 2.0 [message #96521] Sat, 18 April 2009 14:26 Go to next message
Eclipse UserFriend
I just upgraded to PDT 2.0 and conditional breakpoints are no longer
recognized. I can set the properties and everything, but PDT just blows
right by them when debugging.

Normal breakpoints work fine and I'd been using conditionals in my
previous version of Eclipse with no problem.

If were to debug the example below, a conditional set at line 2 with the
property of $i == 2 will not work. Neither will $i === 2 nor $i = 2:

$i = 2;
echo($i);
echo('Hi');


Can anyone else confirm this is happening for them? As long as I know it's
not my system and it's a real bug, I can peacefully revert back to my
older Eclipse install until this is fixed.
Re: Conditional Breakpoints won't "Catch" in PDT 2.0 [message #96536 is a reply to message #96521] Sat, 18 April 2009 14:29 Go to previous message
Eclipse UserFriend
I forgot to mention this is using ZendDebugger. This configuration hasn't
been touched and conditionals work fine when using my previous version of
Eclipse.
Previous Topic:Setup with IIS under Vista 64
Next Topic:can not add breakpoint on .html
Goto Forum:
  


Current Time: Thu Apr 17 21:30:41 EDT 2025

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

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

Back to the top