XdebugでPHPを使用しています。昨日はすべて問題ありませんでしたが、今日は問題が 1 つあります。私の Chrome 開発者ツールでは、Xdebug でフォーマットされた HTML を表示できません。すべての行が 1 行にまとめられています。
Network->Response
タブの RAW HTMLは次のようなものです。
<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 ビット) を使用しています。
この問題を解決するにはどうすればよいですか?