xdebug 和 Eclipse PDT 调试选项

发布于 2024-10-17 08:59:13 字数 291 浏览 1 评论 0原文

我最近让 xdebug 与我的 Eclipse PDT 和 MAMP 设置一起工作。我刚刚打开一个文件进行编辑,但它充满了错误。经过仔细检查,这些错误主要是 a) 无效的函数名称(使用 setMessage 而不是 SetMessage)和 b) 格式问题 预期 } else { 而不是
}
否则
{

那么问题是,有没有办法改变这些设置?这是由 PDT 的代码格式化设置处理还是特定于 xdebug?

目前,更改该项目的编码风格并不是真正的选择,因此任何建议将不胜感激。

I recently got xdebug working with my Eclipse PDT and MAMP setup. I just opened a file to edit and it's riddled with errors. Upon closer inspection these errors are mostly a) Invalid Function Name (use setMessage instead of SetMessage) and b) formatting issues
expected } else { instead of

}
else
{

So the question is, is there a way to change these settings? Would this be handled by the code formatting settings of PDT or is it specific to xdebug?

Changing the coding style of this project is not really an option at this point, so any suggestions would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文