Skip to content
Eric Lamb edited this page Jan 3, 2024 · 3 revisions

The Variables Panel of the Debug Toolbar (EEDT) will display the request headers, all $_COOKIES, all $_GET variables, all $_POST variables, and the entire ExpressionEngine Session object.

Developers

To override the Variables Panel use the key variables with the ee_debug_toolbar_mod_panel hook.

Example

Variables Panel Example

Clone this wiki locally