[Webkit-unassigned] [Bug 59119] New: Web Inspector: excluding scripts from a debugging session

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 11:06:14 PDT 2011


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

           Summary: Web Inspector: excluding scripts from a debugging
                    session
           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: pavel.genevski at gmail.com
                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


While debugging some complex code, especially one that makes heavy use of prototype.js, it would be useful if the user can exclude some scripts from the session. It shall work like this:

- assume the debugger has already stopped at a breakpoint that is not in an excluded script and the user is stepping in/over
- when the execution goes to an excluded script, the debugger shall step in automatically until a non-excluded file is encountered and then it shall stop, letting the user step manually again
- how to specify that a script shall be excluded
  - option 1: while debugging, when the user encounters a script they are not interested in, they shall be able to click a button or right-click and select "Exclude"
  - option 2: the user may specify this before they start stepping, by selecting the script and clicking a button

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