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
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.
精彩评论