Hello - I posted this in the Firebug Group (http://groups.google.com/
group/firebug), too:
I created a small PHP script that sends all PHP debugging messages to
the Firebug console. So your window is not messed up with debugging
messages and you make full use of Firebug features. You can set mode
to 'html', too, then an absolute positioned box is populated with your
messages.
I think this could be useful for every PHP-developer, who has
installed Firebug.
URL: http://andreaskalsch.de/blog/2008/03...%20PHP%20debug...
Any ideas how I can improve the script? Let's start the discussion!
Andi
group/firebug), too:
I created a small PHP script that sends all PHP debugging messages to
the Firebug console. So your window is not messed up with debugging
messages and you make full use of Firebug features. You can set mode
to 'html', too, then an absolute positioned box is populated with your
messages.
I think this could be useful for every PHP-developer, who has
installed Firebug.
URL: http://andreaskalsch.de/blog/2008/03...%20PHP%20debug...
Any ideas how I can improve the script? Let's start the discussion!
Andi
Comment