views:

143

answers:

3

Has anyone gotten watchpoints to work when debugging PHP with xDebug and Eclipse? The way I understand it, I'm supposed to be able to select a watched variable in the expressions view or select a variable in the Variables view during debugging, and then select Run->Toggle Watchpoint. But Toggle Watchpoint is constantly greyed out. All my other debugging functions work fine: breakpoints, step in, out, over, etc. Just can't get a watchpoint working.

+2  A: 

Turns out watchpoints aren't supported in Eclipse PDT. Too bad. Maybe in a future release.

continuum
A: 

Try with Window/Show View/Expressions

Paul
A: 

Watchpoints aren't supported in PDT? Since when? Need a screenshot?

Ken Thomas
continuum