Watchpoints w / xDebug in Eclipse PDT?

Anyone got any breakpoints to work when debugging PHP with xDebug and Eclipse? As I understand it, I should be able to select the watched variable in the expression view, or select the variable in the Variables view while debugging and then select Run-> Toggle Watchpoint. But Toggle Watchpoint is constantly on. All my other debugging functions work fine: breakpoints, input, shutdown, etc. I just can't get the clock function.

+2


source to share


2 answers


Watchpoints are not supported in Eclipse PDT. Very sorry. Possibly in a future release.



+2


source


Try with Window / Show View / Expressions



+1


source







All Articles