Changeset 1300986
- Timestamp:
- 12/05/2015 05:19:40 AM (10 years ago)
- File:
-
- 1 edited
-
wp-pear-debug/trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-pear-debug/trunk/readme.txt
r757762 r1300986 1 1 === Plugin Name === 2 Contributors: Community Modder 3 Donate link: http://www.communitymodder.com/Released-wordpress-plugins/wp-pear-debug-wordpress-plugin.html 2 Contributors: Garvin Casimir 4 3 Tags: debug, pear, php_debug, debugging, database debug, performance debug, performance 5 4 Requires at least: 2.8 6 Tested up to: 3.67 Stable tag: 1. 4.95 Tested up to: 4.3.1 6 Stable tag: 1.5 8 7 9 8 This plugin incorporates the pear php_debug library into wordpress. … … 16 15 into wordpress for quick easy debugging when developing or experiencing problems on your wordpress website. 17 16 18 Please feel free to discuss it [here:](http://www.communitymodder.com/Released-wordpress-plugins/wp-pear-debug-wordpress-plugin.html) Plugin Home. We also offer premium debugging and troubleshooting services for those with nagging problems. Please create an account, post a message and request a quote.17 Please feel free to ping me on twitter if you have a question. 19 18 20 21 Unfortunately php_debug only works in php5 so this plugin will only work in php5.22 19 - Features 23 20 … … 62 59 7. Note that the debug bar floats at the top right and will not disrupt your layout. 63 60 64 8. T Oensure layout stability the plugin is hard coded to use only the HTML Div Renderer61 8. To ensure layout stability the plugin is hard coded to use only the HTML Div Renderer 65 62 66 63 9. displaying server and response varables. … … 82 79 == Installation == 83 80 84 Please note that v1.3 works up to wordpress version 2.8. However, I cannot guarantee v1.4.1 below version 2.8 85 From version 1.4.1 and version 5 there will be features not present in v1.3 such as database query execution time and database query back trace. 81 Automatic Install: 82 83 1. Use the wordpress online installer 84 2. Activate the plugin through the 'Plugins' menu in WordPress 85 3. Set the appropriate option under settings->Debugger admin menu 86 4. Please note that the above options must be saved at least once before the debugger can appear 87 5. The following step is optional but recommended. Add the following code to wp-config.php `define('SAVEQUERIES',true);` 88 89 Manual Upload: 86 90 87 91 File list … … 97 101 5. The following step is optional but recommended. Add the following code to wp-config.php `define('SAVEQUERIES',true);` 98 102 99 Feel free to ask any questions at: http://www.communitymodder.com/Wordpress-Plugins/ if you have difficulties installing or using this plugin. 103 100 104 == Frequently Asked Questions == 101 102 = Does this plugin work with php4 =103 104 No, this plugin does not work with php4 because the debug library pear::php_debug is php5 only.105 106 = Do I need pear installed to get this working =107 108 No, pear is not required for this plugin to work109 105 110 106 = Who is this for = 111 107 112 I imagine this plugin will be most valuable to wordpress developers generally113 It will also be good for people who are having errors on their site.108 I imagine this plugin will be most valuable to wordpress developers 109 It will also be good for people who are seeing errors on their site. 114 110 This plugin also measures script execution time so It is also good for people who want to measure the performance of 115 111 their entire site or a specific part of their script. … … 119 115 120 116 121 == Screenshots ==122 [screenshot](http://www.communitymodder.com/images/screenshot-1.jpg)123 The screnshot displays the admin section for the debug plugin. To the top right is the floating debug bar.124 125 [screenshot](http://www.communitymodder.com/images/screenshot-2.jpg)126 The screnshot displays the admin section for the debug plugin. To the top right is the database debug information.127 128 117 == Interesting Points == 129 This plugin is completely encapsulated. This means that all functionality is hidden within the static wp_pear_debug class. This is important because it allows convenient naming of methods while avoiding conflicts.118 This plugin requires no 3rd party dependencies such as jQuery. 130 119 131 120
Note: See TracChangeset
for help on using the changeset viewer.