ModelGlue Debugger for FireBug.
By Chris Blackwell
Oct 2010
Version 0.1

REQUIREMENTS

- firefox 3.6
- firebug 1.5

may work with other versions but only tested with above

INSTALLATION

- copy LogRendererFirebug.cfc to a location in your application
- configure modelglue to use it instead of the default renderer by
  adding the following line to your ColdSpring.xml

	<bean id="modelglue.logRenderer" class="path.to.LogRendererFirebug" />

- open firefox and drop the ModelGlueDebugger.xpi file onto the window
- click install then restart firefox
- navigate to you MG app and reload using init=true if reload=false
- open firebug, and click the ModelGlue tab

KNOWN ISSUES

- debugging loses css classes when firebug is undocked, css returns after page refresh
