Conditional Breakpoints won't "Catch" in PDT 2.0 [message #96521] |
Sat, 18 April 2009 14:26  |
Eclipse User |
|
|
|
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.
|
|
|
|
Powered by
FUDForum. Page generated in 0.05775 seconds