The Inspector should support console.debug for Firebug parity.
*** Bug 19154 has been marked as a duplicate of this bug. ***
<rdar://problem/5950856>
Created attachment 21265 [details] patch v1 + ChangeLog
Comment on attachment 21265 [details] patch v1 + ChangeLog The aliasing should be done in Console, not JSConsole. The JS wrapper is supposed to be a thin wrapper that knows as little as possible about the implementation.
Created attachment 21268 [details] patch v2 + ChangeLog Addresses Sam's comments
Committed in r34010
DevTools in Chrome have console-debug-level style class, but console.debug creates div with console-log-level. console.info method exists but also with class console-log-level. They're really different messages. Why they creates with the same class?