Bug 59119 - Web Inspector: excluding scripts from a debugging session
Summary: Web Inspector: excluding scripts from a debugging session
Status: RESOLVED DUPLICATE of bug 17240
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 11:06 PDT by Pavel
Modified: 2014-01-25 15:10 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel 2011-04-21 11:06:14 PDT
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
Comment 1 BJ Burg 2014-01-25 15:10:58 PST

*** This bug has been marked as a duplicate of bug 17240 ***