Bug 15424 - "null" and "undefined" printing in the Drosera console are poor
Summary: "null" and "undefined" printing in the Drosera console are poor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-08 09:13 PDT by Eric Seidel (no email)
Modified: 2008-05-17 09:34 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-10-08 09:13:30 PDT
"null" and "undefined" printing in the Drosera console are poor

var x = undefined
undefined

x
 // nothing prints

var y = null
undefined

y
// nothing prints

var z = "undefined"
undefined

z
undefined

This is all very confusing.  I would expect "undefined" and "null" to be special values and print the string "undefined" or "null" when printed.  Some sort of special (styled) .toString() behavior for the Drosera console.
Comment 1 Timothy Hatcher 2008-05-17 09:34:34 PDT
Not an issue in the Web Inspector's debugger and the Inspector's console.