I wrote this mainly for myself but I thought others might find it
useful to I've uploaded it to github. Legacy classic asp is a
complete pain to debug, particularly ajax and json responses since
there is no code debugger and outputting anything to the screen breaks
the json response to the client.
If you include this file then you will be able to log values, arrays,
and json objects directly to firephp (just type log(someVar) and
that's it). It also outputs session, server, application, post and
get collection objects as expandable items in the console as well as
script time and error messages (if any.)
https://github.com/dmeagor/ClassicASP-FirePHP
BTW. If anyone knows how to label the arrays and objects on the same
line then please let me know as it wastes space having them on two
lines.