[Webkit-unassigned] [Bug 34764] Web Inspector: provide a way to debug scripts dynamically added to document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 11:04:43 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34764





--- Comment #2 from Andrey Kosyakov <caseq at google.com>  2010-02-09 11:04:41 PST ---
Sometimes stepping into such a function would not be possible from a visible
script (think setTimeout() or any other event callbacks). In particular, we
bumped into this while trying to enable workers debugging by simulating workers
using an iframe. Once we clearly mark dynamic scripts in a scripts drop-down
box (e.g. by appending some id after script URL), I don't think pollution is
going to be an issue -- after all, this is not supposed to be common in
"simple" pages, and when dynamic scripts _are_ present, there are probably good
reasons to be able to open them to set breakopints.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list