XAMPP 或 Wamp 中的默认 php 调试器
XAMPP 或 Wamp 中是否有默认的调试器,或者我们需要手动安装它。我之前在 WebMatrix 中工作,发现它没有正确调试我的 PHP 代码。
Is there any default debugger in XAMPP or Wamp or we need to insatll it manually. I earlier worked in WebMatrix and found that it didn't debug my PHP code correctly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
XDebug 运行良好。
我相信它应该适合您的需要。
XDebug works well.
I believe it should work for what you need.
我一直使用 Firebug 扩展来调试一般内容。我还尝试过 FirePHP for PHP,结果好坏参半。
I use the extension Firebug all the time for debugging general stuff. I've also tried FirePHP for PHP with mixed results.
WebMatrix 不包含任何类型的 PHP 或 ASP.NET 调试工具。它也不与任何一个集成。版本 2 包括用于附加开发的可扩展性框架,因此您可能会发现有人及时创建了调试器。
WebMatrix doesn't include any kind of debugging tools for PHP or ASP.NET. It doesn't integrate with any either. Version 2 includes an extensibility framework for add-on development, so you might potentially find someone creates a debugger in time.