我将 PHP 与 Xdebug 一起使用。昨天一切正常,但今天我有一个问题:我的 Chrome 开发工具无法显示 Xdebug 格式化的 HTML,所有行合并为一行。
选项卡中的 RAW HTMLNetwork->Response
是这样的:
<pre class='xdebug-var-dump' dir='ltr'>
<small>C:\wamp\Debug.php:68:</small>
<b>array</b> <i>(size=18)</i>
'name' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'abc'</font> <i>(length=56)</i>
'img' <font color='#888a85'>=></font> <small>string</small> <font color='#cc0000'>'http://product.net/1000169499.jpg'</font> <i>(length=69)</i>
</pre>
我已经通过http://htmledit.squarefree.com/进行了测试,它正常显示,但在Network->Preview
显示中:
响应标题是Content-Type:text/html; charset=UTF-8
我正在使用 Chrome 版本 61.0.3163.79(官方版本)(64 位)。
如何解决这个问题?