Bug 14263
Summary: | Safari's existing console.log does not log into the Web Inspector's console | ||
---|---|---|---|
Product: | WebKit | Reporter: | Niels Leenheer (HTML5test) <info> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dev+webkit |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.getfirebug.com/console.html | ||
Bug Depends on: | |||
Bug Blocks: | 14354 |
Niels Leenheer (HTML5test)
When using Firebug you can use the console object to log debug information to the javascript console.
For example:
console.log('debug information');
We could use the same API for a similar purpose.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lilek
Personally, I think we should go beyond that and basically replace the javascript console from the debug menu and integrate that into the inspector
Timothy Hatcher
Yes, we plan to make console.log work with the new inspector.
Niels Leenheer (HTML5test)
Matt: yes.
In case my original description was not clear enough. I was talking about the console of the Web Inspector. Not the old Javascript console that can be enabled in the Debug menu.
If you manually log messages they should appear in the Web Inspector console.
Timothy Hatcher
Bug 14354 is about supporting the entire Firebug console API. This bug should be about just getting console.log moved.
Timothy Hatcher
Bug 14354 is about supporting the entire Firebug console API. This bug should be about just getting console.log moved.
David Kilzer (:ddkilzer)
See also Bug 14953.
Timothy Hatcher
This was fixed by bug 14953. Marking this as a dupe.
*** This bug has been marked as a duplicate of 14953 ***