Save all console.log printed values to variables for further debugging.
Automatically save all console.log printed values to variables for further debugging.
Usage:
The history will be saved in the variable $d, accessible from the console on the devtools.
$d.last gets the last console.log printed statement.
$d.all is an array with all the console.log prints.
$d.clear() empties the array.
Use $d to print and inspect the entire object or get quick access.