Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
Debug code faster with better error interfaces and variable inspection.
Debug code faster with better error interfaces and variable inspection.
Debug Toolkit replaces the default PHP error output with a clear, interactive interface that shows the actual code where the error occurred and links to search Google, DuckDuckGo, and Stack Overflow. It also provides better variable inspection tools so you can stop using var_dump and print_r.
vdump() or dump() to see variable values in a structured container. Kint also shows the expression, data type, and memory size.vdd(), dd(), or ddd(). Aliases like vd() and d() save keystrokes during active debugging.trace() function shows the execution order leading to a specific point. Combine it with variable inspection using trace_vdump() or trace_dump().This plugin is intended for development environments only. Deactivate and delete it before pushing a site live.
No comments yet. Be the first to start the conversation!