xdebug 和 Eclipse PDT 调试选项
我最近让 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论