How to debug php code in dreamweaver cs5?

佐手、 提交于 2019-12-10 18:15:00

问题


If it doesn't support debugging are there any extensions or plugins out there?


回答1:


Dreamweaver, even if it supports syntax-highlighting of PHP source, isn't quite known as a PHP-development environment ; so I'm not sure it supports debugging of PHP code.

Instead, I would recommend you use another more PHP-Oriented IDE, like :

  • Eclipse PDT (free -- not sure if it's maintained as much as it was a couple of month ago)
  • netbeans (free)
  • PHPStorm (not free)

Those three all support debugging with the Xdebug extension.




回答2:


You can use FirePHP with Firebug on any IDE including Dreamweaver. http://www.firephp.org/



来源:https://stackoverflow.com/questions/7063454/how-to-debug-php-code-in-dreamweaver-cs5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!