Open
Bug 1033086
Opened 10 years ago
Updated 2 years ago
[jsdbg2] Remove the Debugger.Script.prototype.url accessor
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
Scripts don't have a URL, they belong to a Source which has a URL. On top of that, script.url != script.source.url for scripts from eval'd sources!!
Comment 1•10 years ago
|
||
I see you've been digesting my findings. :) I certainly have to think through a couple places in the debugger where I was assuming certain things that are false. This bug will definitely make things clearer.
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
•