ccampbell / chromephp

class for logging PHP variables to Google Chrome console
http://www.chromelogger.com
1.38k stars 450 forks source link

Update ChromePhp.php with debug() #36

Open rijnhard opened 11 years ago

rijnhard commented 11 years ago

Added debug() function to log to debug tab in console. Is backwards compatible with current chrome plugin (just uses log).

okonomiyaki3000 commented 10 years ago

I don't really get it. How is this any different from log? Is it only here for better parity with the js console api?

rijnhard commented 10 years ago

That and debug gives a different stream for events, keeping the console a little bit less of a mess