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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 13:02:13 PST 2012


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


Vsevolod Vlasov <vsevik at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vsevik at chromium.org




--- Comment #1 from Vsevolod Vlasov <vsevik at chromium.org>  2012-01-25 13:02:13 PST ---
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. The number of anonymous scripts on the page could be quite big and each console evaluation adds another one. It won't be easy to find the one that you need by opening all of them one by one. Also searching across all scripts can help, we should consider adding an option to search in anonymous scripts.
Please note that anonymous scripts are still shown when they are opened from the call stack when debugger is paused.

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