Bug 9665 - [Drosera] Conditional breakpoints
Summary: [Drosera] Conditional breakpoints
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-30 04:42 PDT by Jonathan Hurshman
Modified: 2008-05-17 09:55 PDT (History)
0 users

See Also:


Attachments
Adds conditional breakpoint support (19.00 KB, patch)
2006-10-06 18:03 PDT, David Smith
timothy: review-
Details | Formatted Diff | Diff
Updated patch based on irc comments (18.98 KB, patch)
2006-10-06 19:22 PDT, David Smith
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Hurshman 2006-06-30 04:42:37 PDT
In Venkman, one can create conditional breakpoints, specifying arbitrary JS code which is evaluated in the scope of the breakpoint, and whose return value determines whether the breakpoint stops execution or not. This would be useful to have in Drosera as well.
Comment 1 Timothy Hatcher 2006-10-05 10:04:54 PDT
Related to bug 11175.
Comment 2 David Smith 2006-10-06 18:03:01 PDT
Created attachment 10957 [details]
Adds conditional breakpoint support

The breakpoint editor window would likely be a temporary measure until 11175 is implemented, but it'd be easy to switch over once it is.
Comment 3 Timothy Hatcher 2006-10-06 19:18:36 PDT
Comment on attachment 10957 [details]
Adds conditional breakpoint support

Looking good! A few comments were made on IRC, he is submitting a new patch.
Comment 4 David Smith 2006-10-06 19:22:36 PDT
Created attachment 10960 [details]
Updated patch based on irc comments
Comment 5 Mark Rowe (bdash) 2006-10-06 20:35:15 PDT
Landed in r16871.
Comment 6 Timothy Hatcher 2008-05-17 09:55:52 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.