xdebug and Eclipse PDT debugging options

232 Views Asked by At

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.

0

There are 0 best solutions below