Watchpoints w/xDebug in Eclipse PDT?
Posted
by continuum
on Stack Overflow
See other posts from Stack Overflow
or by continuum
Published on 2009-10-10T21:56:07Z
Indexed on
2010/06/15
14:52 UTC
Read the original article
Hit count: 291
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.
© Stack Overflow or respective owner