有没有一个可以显示实时变量数据的IDE?
有没有可以显示实时变量数据的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果配置正确,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/