Open
Bug 799240
Opened 12 years ago
Updated 2 years ago
[jsdbg2] Debugger objects should have better toSource and toString methods
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: jimb, Unassigned)
References
(Blocks 1 open bug)
Details
Right now, Debugger and Debugger.Mumble instances all toSource as ({}) and toString as [object Object] or [object Frame] or what-have-you. This is really unhelpful, and makes it a pain to mess with the debugger.
[object Object] is actively misleading, as it's referring to Debugger.Object, not the global Object.
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•4 years ago
|
Blocks: js-debugger
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•