Hello,
There are no tools available as such for de-bugging.
However if you want to check/see the php errors then,
Create/edit the .htaccess file in your "public_html/specific directory related with php application" and add the following entries.
==
php_value error_reporting 2047
php_flag display_startup_errors on
php_flag display_errors On
==
This should do the trick..
2008-03-10 08:05 AM
Regards,
Rahul