WordPress-Developer-Tools
Tools
Open Source
PHP
WordPress
=== Basic Developer Tools === Contributors: stefanboonstra Tags: log, logger, logging, develop, development, developer, developing, exception, exceptions, error, errors, catch, catching, caught, tool, tools, tooling Requires at least: 3.5 Tested up to: 4.3 Stable tag: 1.0.2 License: GPLv2 Basic Developer Tools helps developers to log any variable, error or exception of which they need the value, without bloating their live environment. == Description == Developer Tools currently only supports logging of variables, errors and exceptions. Features such as profiling a website's database queries and server memory usage are not yet supported. = Features = - Log any type of variable - Log any catchable error or exception - Watch for new log entries through the backend interface - No bloating the live environment with developer dumps - That's it for now :) = Need the (uncompressed) source code? = Find the Slideshow project's source code in my [GitHub](https://github.com/Boonstra/WordPress-Developer-Tools) repository. The uncompressed files can be compiled using [Prepros](http://alphapixels.com/prepros/), or [CodeKit](http://incident57.com/codekit/). == Installation == 1. Install Developer Tools either via the WordPress.org plugin directory, or by uploading the files to your server. 2. After activating Developer Tools, go to the "Developer Tools" sub-menu item in the dashboard's "Tools" menu. 3. Add a call to the log method in your code, or make some programming mistakes. 4. Sit back and enjoy the log entries that start coming in. == Frequently Asked Questions == == Screenshots == == Changelog == = 1.0.2 = * Fixed: HTML is now shown as text in log. = 1.0.1 = * Compatible with WordPress 4.3. = 1.0.0 = * Initial release. == Links == * [Stefan Boonstra](http://stefanboonstra.com/) * [GitHub](https://github.com/Boonstra/WordPress-Developer-Tools)