JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

When an error occurres, add a way to re-run, and print the value of a variable #15

Open JosephLenton opened 12 years ago

JosephLenton commented 12 years ago

Add a button that re-runs the error, but stores and displays the values of every variable within the code snippets.The code snippets will display all of those values within them, instead of variables, which can switch between.

Behind it scenes it would achieve this by copying the code, inject code into the copy to do the printing, and re-run using the altered code, to retrieve the values.