[Webkit-unassigned] [Bug 17133] New: Should support pausing JavaScript execution without hanging the process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 08:01:25 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17133

           Summary: Should support pausing JavaScript execution without
                    hanging the process
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: mjs at apple.com, ggaren at apple.com


Currently the only way to pause JavaScript execution is to block the entire
process (which is the approach taken by Drosera). It would be much nicer if we
could pause JavaScript execution without blocking the process. This would, for
example, allow us to build an in-process JavaScript debugger, a la Firebug.


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


More information about the webkit-unassigned mailing list