[Webkit-unassigned] [Bug 69516] Web Inspector: Inspector fails to start if there was at least one watch expression.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 6 04:13:05 PDT 2011


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





--- Comment #1 from Vsevolod Vlasov <vsevik at chromium.org>  2011-10-06 04:13:05 PST ---
Related lines from ConsoleView.js:

    evalInInspectedWindow: function(expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptions, returnByValue, callback)
    {
        if (WebInspector.panels.scripts.paused) { <-- fails here.
            WebInspector.panels.scripts.evaluateInSelectedCallFrame(expression, objectGroup, includeCommandLineAPI, returnByValue, callback);
            return;
        }

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