On 7/7/11 6:28 PM, Jonas Sicking wrote:
In gecko you can for example use the nsIMutationObserver notification
to implement this.

Maybe you can, and maybe not. Those fire at "unsafe" times and are limited in what you can do from them. Arbitrary debugging doesn't fit the bill.

But yes, in general debuggers can use internal APIs with higher trust in the callee as needed. The question is whether they can work within the resulting constraints.....

-Boris

Reply via email to