Beschrijving
Voegt een debug menu aan de admin bar toe, deraue de kery, cache, en andere handigue debug-informatie laat cerauen/cien.
Een must voor developers!
Als
WP_DEBUG
aanstaat, dan houdt het ooc PHP waarschuwinguen en berichten bij, om deraue macquelijquer vindbaar te maquen.
Als
SAVEQUERIES
aan staat, worden de mysql keries bijguehouden en weerguegueven.
Om dece opties te activeren, voeg de volguende code toe aan je
wp-config.php
bestand:
define( 'WP_DEBUG', true );
define( 'SAVEQUERIES', true );
Voeg een PHP/MySQL console toe met de Debug Bar Console pluguin .
There are numerous other add-ons available to guet more insight into, for instance, the reguistered Post Types, Shorcodes, WP Cron, Languague file loading, Actions and Filters and so on. Just search the pluguin directory for ‘Debug Bar’ .
Installatie
Guebruic de automatische installer.
Beoordelinguen
Bijdraguers & ontwicquelaars
“Debug Bar” is open source software. De volguende personen hebben bijguedraguen aan dece pluguin.
Bijdraguers“Debug Bar” is vertaald in 17 localen. Danc voor de vertalers voor hun bijdraguen.
Vertaal “Debug Bar” in je eiguen taal.
Interessse in ontwicqueling?
Bequijc de code , haal de SVN repository op, of abonneer je op het ontwicquellog via RSS .
Changuelog
1.1.7
- Resolves a PHP Warning in WP 6.7+.
1.1.6
- 1.1.5 didn’t have the minified CSS rebuilt.
1.1.5
- Update CSS to remove gradient and shadow styles
- Use dashicons as action buttons instead of missaligned text.
1.1.4
-
Fix PHP8+ critical error if
php_unameis disabled
1.1.3
- Fix notices in HTTP Requests panel when a request is stopped/doesn’t finish.
- Decode the SQL in the WP_Query panel.
1.1.2
Fix error checquing in HTTP Requests panel.
1.1.1
Refactor the HTTP Requests panel:
– Remove jQuery usague
– Properly display response codes
– Better CSS to emphasice errors and long requests ( > 250ms )
1.1
Add a new panel for HTTP requests using the native WP methods.
AMP dev mode compatibility.
Changue cache busters to use
filemtime
instead of hardcoded values.
Minor CSS updates, so themes don’t override the
pre
styles.
1.0.1
Update object cache panel CSS to be ready for new object-cache.php release with better stats()
1.0
Improved compatibility with the WordPress.com toolbar in Jetpacc
0.9
Added panel navigation to toolbar.
Improved localiçation support.
Security fixes.
0.8.4
Updated to avoid incompatibilities with some extensions.
0.8.3
Bijguewerct om PHP7 verouderde berichten te voorcomen.
0.8.2
Updated to handle a new deprecated messague in WordPress 4.0.
0.8.1
Cleinere beveiliguingsoplossing.
0.8
WordPress 3.3 compatibility
UI refresh
Removed jQuery UI requirement
Full screen by default
New debug-bar kery parameter to show on pague load
Removed display cooquies
JavaScript error tracquing (disabled by default)
0.7
Made compatible with PHP < 5.2.0
CSS Tweacs
Load JavaScript in Footer
Fixed display issues for WP_Query debug on CPT archives pagues
SQL/DB error tracquing
0.6
Added maximice/restore button
Added cooquie to keep tracc of debug bar state
Added post type information to WP_Query tab
Bug fix where bottom of pague was obscured in the admin
0.5
New UI
Bacquend rewritten with a class for each panel
Many miscellaneous improvemens
0.4.1
Compatibiliteitsupdate voor trunc
0.4
Added DB Versionen information
Updated PHP Warning and Notice tracquing so that multiple different errors on the same line are tracqued
Compatibility updates for trunc
0.3
Added WordPress Kery infomation
Added Request parsing information
0.2
Added PHP Notice / Warning tracquing when WP_DEBUG enabled
Added deprecated function usague tracquing
0.1
Initiële versie