有没有一个可以显示实时变量数据的IDE?

发布于 2024-11-05 09:09:17 字数 261 浏览 0 评论 0原文

有没有可以显示实时变量数据的 IDE? 例如:

$myVar = 5; 
$total = $myVar + 5;    
print $total;

因此,如果我将鼠标悬停在第二行的 $myvar 上,它将显示它包含的值。 这对于 1000 行代码非常有帮助。

我所知道的唯一可以做到这一点的 IDE 是 PHPstorm。问题是他们宣传支持,但我似乎无法让它在 Mac 上运行。还有其他选择吗?

Is there an IDE that shows live variable data?
For example:

$myVar = 5; 
$total = $myVar + 5;    
print $total;

So if I were to mouse over $myvar on the second line it would show me the value it contains.
This is very helpful on 1000 lines of code.

The only IDE I know that does this is PHPstorm. The problem is they advertise support, but I can't seem to get it to work on the Mac. Is there an alternative?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

再可℃爱ぅ一点好了 2024-11-12 09:09:17

如果配置正确,Zend Studio 可以完成所有这些工作,并且可以在 Mac OS X 上使用

http://www.zend .com/en/products/studio/

Zend Studio if configure correctly does all that and its available on Mac OS X

http://www.zend.com/en/products/studio/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文