[Webkit-unassigned] [Bug 49241] New: Web Inspector: [conceptual] cannot open debugger if javascript stalls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 23:44:53 PST 2010


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

           Summary: Web Inspector: [conceptual] cannot open debugger if
                    javascript stalls
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spamfaenger at gmx.de
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


If JavaScript stalls because of an endless loop or other clever thing that I as the developper inadvertently did that somehow bypasses the execution limits of the webkit js engine, then I cannot open the debugger to find out what is causing this. (Since the debugger and the js engine all run in process even to the main event loop.

So in effect the whole browser is stopped.

This is ok for webpages and small js apps that are not so complicated. When developing huge applications to be run in the browser however this is not anymore ok.

I simply need the ability to stop the programm at any stage - no matter how misbehaving it is - and inspect what it is doing and why it is behaving the way it does.

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