Great piece of work Chris!
Going to install it now. I've ended up turning debugging output off on most jobs as the debug output was quite messy when testing design changes etc. This looks spot on. Thank you. James. --- James Allen E: [email protected] Blog: http://jamesallen.name Twitter: @CFJamesAllen (Coldfusion / Web development) Twitter: @jamesallenuk (General) Twitter: @JamesAllenVoice (Voiceover) From: [email protected] [mailto:[email protected]] On Behalf Of Chris Blackwell Sent: 16 November 2010 21:33 To: model-glue Subject: [Model-Glue] ModelGlue debugger for FireBug Hi All, I've written an new debug renderer for ModelGlue. Rather than appending the debug out to the end of the page as a table, it appends it as JSON encoded data in a script block, the debug data is then rendered in a Firebug tab. This means that it shouldn't break any of your layouts, and you can pop the debug log out into a separate window. There are two parts to this tool - a new LogRenderer (LogRendererFirebug.cfc) which serializes the trace array as json and drops it in a script block. - a Firefox plugin (ModelGlueDebugger.xpi) which implements the Firebug plugin api (xpi's are just zip files if you want to see the src) to create the new tab. Requirements - Firefox 3.6 & Firebug 1.5 See the README file in the attached zip file for full installation instructions, there is also a screen shot attached. Please consider this an alpha release, if you find any issues please drop me an email. Cheers, Chris -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
