Files
dev-chiefworks f76abffdcd first commit
2022-05-31 16:21:53 -04:00

14 lines
230 B
PHP

<h1>Call stack:</h1>
<pre style="color:red;">
<?= $entry["callstack"] ?>
</pre>
<h1>Data:</h1>
<pre>
<?= $entry["data"] ?>
</pre>
<h1>Notes:</h1>
<pre>
<?= $entry["notes"] ?>
</pre>
<br/>