[Webkit-unassigned] [Bug 41950] New: Browserhang when triggering breakpoint from js console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 04:38:50 PDT 2010


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

           Summary: Browserhang when triggering breakpoint from js console
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spamfaenger at gmx.de


Hi there,

I'm able to reliably hang the browser through the js console if I want to set a breakpoint for a specific function call.

To reproduce have some objects and on the console set a breakpoint on one of them like this

setTimeout(function(){ debugger; Agilo2.mainPage.mainPane.taskBoardView.contentView.frame(); }, 1);

if you do that, the debugger hits, but the web inspector gui doesn't recognize it and therefore the browser hangs.

Closing the inspector window seems to resume the js execution though.

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