DevInfo
A simple module that provides functions and information useful during module development.
Currently it uses the node_api and form_alter hooks to print node and form information at the top of a page.
90% of my debug statements where printing either node or form arrays, so this module negates the need for any of that.
I will be add features to this as the need arises.
On the drawing board is a global debug and the ability to choose the output format of the information ie var_export print_r (html entity encoded) etc.
