Re: [webkit-dev] WebKit Inspector - Working with Breakpoints

2011-03-03 Thread Charles Pritchard
On 3/3/2011 6:23 AM, Patrick Mueller wrote: On 3/2/11 4:25 PM, Charles Pritchard wrote: By enriched I mean: I'd like to be able to "save" and/or "load" breakpoints. So, you'd like to be able to save some set of breakpoints (all the ones currently enabled?) into a file, and be able to reload it

Re: [webkit-dev] WebKit Inspector - Working with Breakpoints

2011-03-03 Thread Patrick Mueller
On 3/2/11 4:25 PM, Charles Pritchard wrote: By enriched I mean: I'd like to be able to "save" and/or "load" breakpoints. So, you'd like to be able to save some set of breakpoints (all the ones currently enabled?) into a file, and be able to reload it later? This seems like a good candidate for

[webkit-dev] WebKit Inspector - Working with Breakpoints

2011-03-02 Thread Charles Pritchard
I've used fiddler2 in some special cases, and it's really come in handy with experimenting on live sites. Fiddler2 just acts as a simple http proxy, to hijack requests to particular resources and redirect them to another location and/or local file. The breakpoints mechanism in WebKit inspector