Home  >  Article  >  Backend Development  >  调试php代码 是用zend studio 的 debugger插件吗? 求个下载地址 官网上的链接我无法下载 谢谢

调试php代码 是用zend studio 的 debugger插件吗? 求个下载地址 官网上的链接我无法下载 谢谢

WBOY
WBOYOriginal
2016-06-23 14:01:23973browse

RT 


回复讨论(解决方案)

装插件不麻烦吗? 在浏览器直接echo/print_r()/var_dump() 就可以调试了。

装插件不麻烦吗? 在浏览器直接echo/print_r()/var_dump() 就可以调试了。 初学php 上手新项目 所以想搞懂怎么调试方便 尽快熟悉项目业务 你说的命令行如何调试呢?

想要查看某个变量的值,直接在代码里echo $s; 这样输出。

想要查看某个变量的值,直接在代码里echo $s; 这样输出。 这样不能调试整个代码流程呢  安装插件好麻烦  好没弄好!

直接装Zend Server +zend studio   自动搞好的。

直接装Zend Server +zend studio   自动搞好的。   开发环境 是 apche + php5.3.x + zend studio   这样的环境是无法安装zend debugger(nts)的 ~!线程安全的apche无法兼容nts的zend debugger  果断用x_debugger了 

看一下  xdebug
我用的是 eclipse + pdt 去pdt的设置里非常好用~

phpdbg 
php5.6已定下要内置phpdbg了~  值得看下~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn