Posted by C. on 09/25/06 13:09
COX wrote:
> Hi,
>
> I am looking for a PHP IDE that will have the capability for debugging my
> code on a hosting server; NOT my own server! This means that there needs to
> be a "host company acceptable" way of installing whatever is needed on the
> server. I also want a good desktop IDE, of course.
>
> Windows XP desktop.
>
> Could be EITHER Windows or Linux server.
>
You don't debug code on your production machine.
Simplest solution for debugging on your development box is to use the
Zend IDE, but if price is an issue then you can use PHPEClipse - but it
can be a bit tricky to install.
HTH
C.
[Back to original message]
|