Here is some helper method I used for a memory tool:
http://pastebin.mozilla.org/3646208

It allows to see all xpcom services being already instanciated.
But given your need description, it looks like you only want to iterate
over Components.classes,
and see whose classname are registered:
  dump("xpcom registered: "+Object.keys(Components.classes)+"\n");



2013/11/21 Lalit Arora <[email protected]>

> Hi,
>
> I want to check/watch xpcom components registration related details at
> runtime.
>
> Any tool/script available? Any suggestion?
>
> BR/ Lalit
> _______________________________________________
> dev-b2g mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-b2g
>
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to