[Webkit-unassigned] [Bug 40289] Web Inspector: v8 debugger should always be enabled when frontend is attached.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 04:48:34 PDT 2010


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


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58232|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #11 from Yury Semikhatsky <yurys at chromium.org>  2010-06-09 04:48:34 PST ---
(From update of attachment 58232)
WebCore/inspector/InspectorController.cpp:439
 +          enableDebuggerFromFrontend(false);
This will cause all parsed scripts to be pushed to the frontend along with their content. It may be quite expensive and currently we don't send the sources until ScriptsPanel is shown. We should come up with something smarter here.

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