WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
139094
Web Inspector: heuristically adjust breakpoint positions when script content changes
https://bugs.webkit.org/show_bug.cgi?id=139094
Summary
Web Inspector: heuristically adjust breakpoint positions when script content ...
Brian Burg
Reported
2014-11-28 19:13:05 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-11-28 19:13:19 PST
<
rdar://problem/19094958
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug