=== Storm Debug Development Backtraces === Contributors: stormuk, lgladdy Tags: developers, debug, backtrace Requires at least: 3.2 Tested up to: 3.4 Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Display debug backtraces for every error generated by PHP. == Description == Display debug backtraces for every error generated by PHP. This includes E_STRICT and E_ALL so contains many more errors than you might expect. This is useful for finding and debugging issues during development, but could easily break your markup, and is not for users who are not editing code directly. Requires jQuery to be included with your theme. == Installation == Upload the storm-debug-backtraces.php file to the plug directory. Ensure jQuery is being included with your theme. == Changelog == = 0.1 = * Initial Release