问题
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