简体   繁体   English

如何在dreamweaver cs5中调试php代码?

[英]How to debug php code in dreamweaver cs5?

If it doesn't support debugging are there any extensions or plugins out there?如果它不支持调试,是否有任何扩展或插件?

Dreamweaver, even if it supports syntax-highlighting of PHP source, isn't quite known as a PHP-development environment; Dreamweaver,即使它支持 PHP 源代码的语法高亮显示,也不是 PHP 开发环境。 so I'm not sure it supports debugging of PHP code.所以我不确定它是否支持调试 PHP 代码。

Instead, I would recommend you use another more PHP-Oriented IDE, like:相反,我建议您使用另一个更面向 PHP 的 IDE,例如:

Those three all support debugging with the Xdebug extension.这三个都支持使用Xdebug扩展进行调试。

You can use FirePHP with Firebug on any IDE including Dreamweaver.您可以在包括 Dreamweaver 在内的任何 IDE 上使用 FirePHP 和 Firebug。 http://www.firephp.org/ http://www.firephp.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM