Posted by NC on 09/26/06 17:57
COX wrote:
>
> I am looking for a PHP IDE that will have the capability
> for debugging my code on a hosting server; NOT my
> own server!
The capability you are looking for is called "remote debugging".
Zend Studio, NuSphere phpEd, and ActiveState Komodo (and
probably a few others) are all capable of it. This said, I don't
know of any hosting company that has remote debugging
enabled on their servers. Hosting servers are optimized for
production, which means debugging features are disabled.
Cheers,
NC
[Back to original message]
|