I play with a PHP weblog application using a shared hosting service as part of the PHP learning process. The service provider has a typical LAMP environment with ssh remote access.
Vim was my best friend in learning PHP code. However, sometimes it was difficult for me to track the data in the code in case of an error. For example, sometimes I visit a page and I get a blank response without any error messages. How should I debug this? Any tools that will be helpful?
My experience was mainly in C / C ++, Perl and some CGI programs. So PHP is a very refreshing experience :-)
In case that matters, the application I'm playing with is Lyceum , and I don't have much choice on LAMP.
EDIT: free software tools :-)
source
share