superreview requested: [Bug 1531826] Debug eval sources is broken and opens the index HTML file : [Attachment 9048209] Part 2 - Allow clicking on my-foo.js console message links.
0 views
Skip to first unread message
Bugzilla@Mozilla
unread,
Mar 4, 2019, 11:47:32 AM3/4/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
This fixes part of the second STR. The frame links on the console.log and
console.trace calls in my-foo.js are clickable, and go to the right source in
the debugger. The problem is that the console is doing some filtering based on
URL to see if a link should be clickable, but if we have a source ID then there
is a source actor which the debugger can definitely open.