如何在Dreamweaver cs5中调试php代码? [英] How to debug php code in dreamweaver cs5?

查看:128
本文介绍了如何在Dreamweaver cs5中调试php代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果它不支持调试,那里有扩展或插件吗?

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

推荐答案

Dreamweaver,即使它支持PHP源代码的语法突出显示并不是一个PHP开发环境;所以我不确定它是否支持调试PHP代码。

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.

相反,我建议您使用另一个更面向PHP的IDE,例如:

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)

这三个都支持使用 Xdebug 扩展程序。

Those three all support debugging with the Xdebug extension.

这篇关于如何在Dreamweaver cs5中调试php代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆