Chrome dev tools fails to show response even the content returned has header Content-Type:text/html; charset=UTF-8

后端 未结 9 1144
轮回少年
轮回少年 2020-12-12 11:25

Why does my chrome developer tools show \"Failed to show response data\" in response when the content returned is of type text/html?

What is the alternative to see t

9条回答
  •  清歌不尽
    2020-12-12 12:22

    As described by Gideon, this is a known issue.
    For use window.onunload = function() { debugger; } instead.
    But you can add a breakpoint in Source tab, then can solve your problem. like this:

提交回复
热议问题