Changeset 645853
- Timestamp:
- 12/29/2012 05:17:21 PM (13 years ago)
- File:
-
- 1 edited
-
debug-this/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
debug-this/trunk/readme.txt
r645850 r645853 26 26 * Menus, Widgets, Sidebars 27 27 * Rendered page analysis (CSS, JS, Images) 28 * Many more! 28 29 29 For advanced usage see the [FAQ](http://wordpress.org/extend/plugins/debug-this/faq/). 30 Debug This helps you minimize effort when trying to surface WP/PHP/Server data. Instead of hardcoding debug snippets or writing complex unit 31 tests for small functionality, you can simply surface what you need right from the admin bar. If there's not a debug mode that addresses your need, 32 create one with the functional Debug This API. 33 34 To extend Debug This for your own needs, please see the [Extend section](http://wordpress.org/extend/plugins/debug-this/extend/). 30 35 31 36 == Frequently Asked Questions == 32 37 33 How do I extend Debug This? 38 **How do I use Debug This?** 39 40 1. Make sure the admin bar is enabled in your user profile for the front-facing view of your website. 41 2. Visit any page/post/archive on your website and you will see a Debug This menu item on the admin bar. 42 43 44 **What PHP version is this compatible with?** 45 46 We've tested on PHP >= 5.2.17 47 48 **Can we request new debug modes?** 49 50 Certainly! Please visit the plugin's main website and use the contact form there. I reserve the right to deny any requests that are too 51 localized for the greater good. If that is the case, I will help guide you how to build your own debug mode. 52 53 54 **Can I alter the plugin or build my own debug modes?** 55 56 Yes! Visit the [Extend section](http://wordpress.org/extend/plugins/debug-this/extend) to find out how you can thoroughly extend Debug This for your own needs. 57 58 **Why did you build Debug This?** 59 60 I was working on a large collaborative project with 20+ developers and I got weary of debugging leftover debug code. 61 I wanted a way to surface the data we needed without having to hardcode debugging code. Debug This keeps assurances that no debug code makes it up to a production environment. 62 63 64 == Extend == 34 65 35 66 = Debug This Functions =
Note: See TracChangeset
for help on using the changeset viewer.