To send debug messages from our web application to the browser, we have Firebug+FirePHP for Firefox, as well as Chrome Logger for Chrome/Chromium. FirePHP for Chrome does not work with the latest Chromium/Chrome versions and does not seem to get developed anymore.
Unfortunately, both tools are incompatible because they use a different format and thus require different server-side libraries.
Is there a way to make them compatible, or an alternative that works across browsers?