Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 18:26 Go to next message
JT is currently offline JTFriend
Messages: 2
Registered: July 2009
Junior Member
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 18:29 Go to previous message
JT is currently offline JTFriend
Messages: 2
Registered: July 2009
Junior Member
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 Dec 12 14:13:32 GMT 2024

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

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

Back to the top