mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Initial implementation of debug panel on web page
This commit is contained in:
parent
e956ee88d7
commit
373305ab6b
8 changed files with 287 additions and 2 deletions
|
|
@ -379,6 +379,10 @@ class Debug
|
|||
// Clean up the backtrace.
|
||||
foreach (array('entries', 'errors', 'queries') as $key)
|
||||
{
|
||||
if (!$data->$key)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
foreach ($data->$key as &$entry)
|
||||
{
|
||||
if (isset($entry->file))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue