Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在调试一个使用许多define()功能的 PHP 应用程序。有没有办法define()在使用标识符的代码中获取稍后的值?F11只显示常规变量,并且F12在定义的标识符上只返回标识符名称。
define()
F11
F12
这是在 Ubuntu Server 12.04 上运行的 PHP 5.3 上的 xdebug 2.1.0,与 VIM 7.3 中使用的一样。谢谢!
我也用 Xdebug 和 netbeans 尝试过,但没有显示命名常量值。
这里已经给出了可能的解决方案:
如何检查 PHP 中定义的常量?
此外,您可以尝试直接联系
xdebug-general@lists.xdebug.org
去检查; 可能他们有一些解决方法。