[webkit-dev] WebKit Inspector - Working with Breakpoints

Patrick Mueller pmuellr at muellerware.org
Thu Mar 3 06:23:02 PST 2011


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 a debugger extension,
whenever that facility comes on line.  Doesn't seem like
it would be useful enough function to build into the base.

> And I'd like to be able to inject code into a breakpoint.

Have you looked at the existing conditional breakpoint support?
Right click over a breakpoint.  I think this facility can be
abused to do what you want.

BTW, feel free to open bugs on these, of course:

     http://webkit.org/new-inspector-bug

-- 
Patrick Mueller - http://muellerware.org



More information about the webkit-dev mailing list