I'm using Firebug's console.log()
to output Xdebug's var_dump()
result and it looks like this:
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=1)</i>
'offset' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'40'</font> <i>(length=2)</i>
</pre>
Is there some way to output it as processed HTML without using the HTML tab within the Net panel?