简体   繁体   中英

Netbeans “Watch” equivalent for Eclipse PDT?

Is there an equivalent to Netbeans "Watch Expression" in Eclipse PDT for PHP debugging. The Netbeans Watch keep causing a socket exception, so the feature is pretty much useless. Does Eclipse have something similar, where you can enter in an expression using the current variables and watch them update as you debug the program?

If the Netbeans watch gives a socket exception, it means there is a bug in Xdebug. You'd get the same errors in Eclipse PDT. In Xdebug 2.1.3 a few of those cases where fixed (and even more in GIT), so if you're not on 2.1.3 yet, you can try that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM