[Webkit-unassigned] [Bug 139094] New: Web Inspector: heuristically adjust breakpoint positions when script content changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 28 19:13:05 PST 2014


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

            Bug ID: 139094
           Summary: Web Inspector: heuristically adjust breakpoint
                    positions when script content changes
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: graouts at webkit.org, joepeck at webkit.org,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

When switching between writing and debugging minified JavaScript, it's really annoying that breakpoints are only specified by file:line:column, since almost any edit to the source will mess up line positions.

It would be great if we could think up a better way to port breakpoints between similar versions of the same script. For example, breakpoints could additionally save local context (like a traditional diff/patch) and try to relocate the line using that context if the original line position has different content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141129/de21feff/attachment-0002.html>


More information about the webkit-unassigned mailing list