USAGE

  1. Lets say you built a new PHP array thats holding some custom meta data loaded on the page.

  2. For some reason, you think its empty, or the values are not acting like you expect.

  3. Next step is typically to print it out right?

  4. With this plugin activated, simply add the following to your file without the quotes "dbug($myarray);"

  5. Maybe its 4 arrays and a string you are trying to follow, no problem "dbug($myarray1); dbug($myarray2); dbug($myarray3); dbug($myarray4); dbug($mystring1);"

  6. Now load the page, click the "Debug" link at the top of the screen, watch the debug menu slide out, and notice all your variables are printed nicely for your viewing.

Widget provided by http://sethmatics.com/.