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)

defect

Tracking

()

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: general → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.