Description
Debug your WordPress installation with this toolbox.
- Display the /wp-content/debug.log in the WordPress admin bar –?for easy debugging.
- Easily set WP_DEBUG, WP_DEBUG_DISPLAY, WP_DEBUG_LOG and more.
- Adjust the WP_MEMORY_LIMIT value and enable WP_AUTO_UPDATE_CORE.
- Set SAVEQUERIES and display a list of all database queries.
- Show all corn jobs and selectively start or delete them.
- List all included .php files.
- Read and parse the /wp-config.php file.
Specifications
Size: only 116 KB
CPU footprint (idle): <5 ms.
3rd party as a service
Once, when activating the plugin, an integrity check is requested from our server (https://atecplugins.com/) – if you give your permission.
Privacy policy: https://atecplugins.com/privacy-policy/
Screenshots
Installation
- Upload the plugin folder to the
/wp-content/plugins/
directory or through thePlugins
menu. - Activate the plugin through the
Plugins
menu in WordPress. - Click “atec Debug” link in admin menu bar.
Reviews
docjojo
November 2, 2024
If you’re having issues with your site, WordPress debug mode can help you find out what’s going wrong by displaying all PHP errors, notices, and warnings.
With atec-debug you can easily toggle debug mode and display the content of the debug.log file. You can also toggle other wp-config.php constants, such as WP_DEBUG_DISPLAY, WP_DEBUG_LOG, SCRIPT_DEBUG, WP_ALLOW_REPAIR & SAVEQUERIES and set the WP_MEMORY_LIMIT.
It’s an absolutely essential tool for developers.
Contributors & Developers
“atec Debug” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “atec Debug” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.33 [2025.03.04]
- Framework changes
1.1.32 [2025.02.15]
- (function() {
1.1.31 [2025.02.10]
- New atec-fs filesystem
1.1.30 [2025.02.04]
- Improved memory conversion
1.1.29 [2025.02.03]
- Fixit @atec-wpd-debug-log
1.1.28 [2025.02.03]
- Updated atec-check.js
1.1.27 [2025.02.02]
- Framework changes (atec-check)
1.1.26 [2025.01.29]
- define(\’ATEC_TOOLS_INC\’,true); // just for backwards compatibility
1.1.25 [2025.01.27]
- Fix wp-config*.txt
1.1.24 [2025.01.26]
- switched require_once -> require
1.1.23 [2025.01.26]
- removed exit() afer redirect
1.1.22 [2025.01.26]
- Improved admin bar toggle
1.1.21 [2025.01.17]
- Check button replaced
1.1.20 [2025.01.16]
- SVN cleanup
1.1.19 [2025.01.14]
- Fixed error on line 62
1.1.18 [2024.12.27]
- debug.log protection
1.1.17 [2024.12.24]
- Fixed style sheet
1.1.16 [2024.12.21]
- Clean up
1.1.15 [2024.12.21]
- Clean up
1.1.14 [2024.12.21]
- New styles, cleaned up .svg
1.1.13 [2024.12.17]
- Skip large debug.log
1.1.12 [2024.12.14]
- Custom log file
1.1.11 [2024.12.12]
- Fixed delay in wp-config changes
1.1.10 [2024.12.12]
- Removed $debugFileSize
1.1.9 [2024.12.12]
- Toogle admin bar – improved
1.1.8 [2024.12.07]
- Toogle admin bar display
1.1.7 [2024.11.27]
- Improved plugin activation routine
1.1.6 [2024.11.22]
- Optimized atec-*-install.php routine
1.1.5 [2024.11.18]
- minor fixes
1.1.4 [2024.11.06]
- fix include_once
1.1.3 [2024.11.02]
- wp-memory
1.1.2 [2024.10.24]
- wp_config
1.1.0 [2024.06.27]
- wp_config
1.0.9 [2024.06.26]
- deploy
1.0.7 [2024.06.02]
- bug fix, writing to wp_config.php
1.0.6 [2024.04.06]
- text highlighting
1.0.5 [2024.03.27]
- bug fix
1.0.4 [2024.03.27]
- bug fix, new grid style
1.0.3 [2024.03.27]
- debug, memory, repair, config tab
1.0.2 [2024.03.25]
- bug fix hup13
1.0.1 [2024.03.21]
- Custom log file
1.0 [2024.03.19]
- Initial Release