Debugging with Zend Studio / Eclipse
Posted
by Tower
on Stack Overflow
See other posts from Stack Overflow
or by Tower
Published on 2010-01-03T17:18:14Z
Indexed on
2010/03/12
17:17 UTC
Read the original article
Hit count: 461
Hi,
Is it possible to debug PHP scripts so that it keeps running until an expression is true?
For example, I want to know when $a becomes a certain value. I don't want to keep pressing step into and wait until the variable $a changes the value to it.
© Stack Overflow or respective owner