[eluser]wiredesignz[/eluser]
Yes, the modules helper actually has two debug methods you might like to look at.
modules::debug($any_object); will display the $any_object and list its loaded libraries, using $this will display the current module.
modules::debug_in($any_object) or modules::debug_in($any_array) will do a full dump on the subject.
NOTE:
If you debug_in() the CodeIgniter Core ($CI) you will get a page full of recursive arrays, this is not an issue because most of the recursions are just references back into $CI core objects.
Could we please continue this discussion in the Version 4 thread, saves me having to work across both. TIA