21 responses to “WP-Debug”

  1. Hi There Chris -
    This looks at a great plug-in… thank you very much. I recently ran into some slow-loading page issues for my WordPress websites and tried a bunch of things to address the issue(s) (see forum post at http://wordpress.org/support/topic/141011).

    I plan to blog about your plugin at OpenSourceWebMaster.com. Do you have a donation button for your plugin?
    – Scott

  2. Activated version wp-debug 1.0 on WP2.3.1, and get the following error at the bottom of pages.

    Fatal error: Call to undefined function: getallheaders() in /wp-content/plugins/wp-debug/krumo/class.krumo.php on line 260

    Still digging into it, but curious if you have heard of others running into this.

  3. Commenting out line 26 worked. What functionality am I missing with it removed?

  4. I am glad that you took my little project Krumo to such good use!

  5. Hi Chris,

    thanks for the great plugin. I was always looking for such structured information for debugging purposes.

    I did some modifications to the plugin code and also to the krumo class itself. If you are interested in this code, I would be happy to share this.

    I did the following changes:
    – Krumo output is now also displayed on the admin pages of WordPress
    – A developer can call the debug functions itself. In this case it is assumed that she would like only to see the requested information. The predefined bunch of krumo calls are skipped in this case
    – If a developer calls the debug function itself, the output will also go to the footer of the page
    – Krumos recursion detection wasn’t acutally a recursion detection but a reference detection. This lead to more recursion warnings as necessary

  6. Hello Chris,

    I am looking for a way to do debug output during ajax calls. Would your plugin allow that?

  7. Thanks Chris

    Do you know of a way to call firebug’s console.log from a php function?

  8. I am puzzling with idea to make a debug plugin that will allow real time debuging from anywhere.

    you would open a new browser window and point it to a debug server which will receive information from your plugin or whatever in realtime. Have time for that? :)

  9. Hi, I accidentally installed this on my PHP4 hosting service and found nothing in my WP install worked. All failing looking for the debug_print_backtrace() function. In your btev.php module you call this twice, but you only check for it’s existence in the first one. Fixing it was a simple matter of copying the code block from the first call (lines 1054–1065) over the second call (from line 1108).

  10. My apologies, it’s in btev.php which is part of the bluetrait event viewer plugin, not yours.

  11. Running WordPress 2.9.2, I downloaded, uploaded and activated and nothing shows up… anywhere. I checked the page source, I checked the footer and nothing is showing, not even an error.

Leave a Reply