Just wondering around the internet and one site led to another when I tripped over a nice debugging utility that creates ColdFusion style dumps. Its called dBug.

dBug Dump

The syntax is pretty darn simple. Of course make sure the dBug class file is included, then just create an instance of the object like so:


new dBug($myVariable);

Unfortunately I won’t get to use this much since I don’t make mistakes and need debugging.. :)

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Reddit
  • StumbleUpon
  • Technorati
  • Twitter

Related posts:

  1. jQuery Impromptu – Final Call for Version 1.0
  2. JsonSQL Ported to PHP
  3. Handling PHP Form Arrays with jQuery
  4. Make Big Queries More Readable In PHP With Heredoc
  5. Database Trees with ColdFusion