This is a WordPress plugin that sends debug data to Frog.
You need to install Frog first. Please see the Frog repo for installation instruction.
Clone this repo
git clone https://github.com/rilwis/frog-wp.git
Install PHP dependencies
composer install
Activate this plugin in WordPress.
f( $var );
// Multiple variables at once.
f( $var1, $var2 );Then see the Frog terminal and/or browser to see the debug info.