[Webkit-unassigned] [Bug 77010] Script pane: Optionally show code included via eval()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 06:12:18 PST 2012


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





--- Comment #2 from Igor Bazarny <igor.bazarny at gmail.com>  2012-01-26 06:12:17 PST ---
(In reply to comment #1)
> It is possible to add an option to add these scripts to file selector, but the correct way for you would be to use source URLs. 
Ideally, I would like to see scripts loaded via XHR and eval()-d in the list of sources. If that's not possible, I'd like to be able to jump from related entry in the network pane to scripts pane. If that's hard, I'm OK with a need to scan through all eval sources. Yes, that's time consuming but it still leaves some way to debug

> Please note that anonymous scripts are still shown when they are opened from the call stack when debugger is paused.
It means I will need to find not the call I'm interesting in, but also a call from the other script which will help me get to my file. Assume that script is 'compiled' (e.g. with closure compiler) and I don't have an easy access to server which hosts my script so script modification is not easy.

-- 
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