开发者

PHP, Eclipse/Zend Studio & Debugging with expressions

开发者 https://www.devze.com 2022-12-09 20:27 出处:网络
I have a variable in my PHP application that changes often, I\'d like to debug so that it keeps executing until the variable changes to a specific value 开发者_JAVA技巧(in this case boolean true). I\'

I have a variable in my PHP application that changes often, I'd like to debug so that it keeps executing until the variable changes to a specific value 开发者_JAVA技巧(in this case boolean true). I've heard this could be done with expressions? True?


That's a conditional breakpoint. Set breakpoint in editor by clicking on gutter. Then right-click it and type condition in PHP.

0

精彩评论

暂无评论...
验证码 换一张
取 消