Bug 21394 - Inspector Console is failing to show error messages
Summary: Inspector Console is failing to show error messages
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-05 21:31 PDT by Oliver Hunt
Modified: 2009-10-19 09:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2008-10-05 21:31:19 PDT
The inspector console is failing to show error messages and exceptions

To reproduce:
1. Open the console
2. type some completely bodus property name, say "blarghy"
3. hit enter
4. the error output is "null"
Comment 1 Alexey Proskuryakov 2009-10-19 09:32:09 PDT
Seems to work in Safari 4.0.3: "ReferenceError: Can't find variable: blarghy".