Dreamweaver CS5 - 看看 PHP 中出现什么错误?
我注意到在 Dreamweaver CS5 中,当我编辑 PHP 文件并产生错误时,虽然它突出显示了该行,但我找不到像在 Eclipse 中那样获取实际错误本身的方法。
I noticed in Dreamweaver CS5, that when I edit a PHP file and an error is produced, while it highlights the line, I cannot find a way to get the actual error itself like you get in Eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。 Dreamweaver 仅告诉您该语法当前无效。它不报告实际的错误。
You can't. Dreamweaver only tells you that the syntax is currently invalid. It doesn't report the actual error.