Chrome dev tools console completely blank

梦想的初衷 提交于 2019-11-30 17:52:47
Rob W

Your preferences have probably become corrupted. If you can reproduce the bug, please open a ticket at http://crbug.com/new.

Reset the preferences to resolve the issue. These are saved in localStorage on chrome-devtools://devtools, so you need to open the devtools of the devtools (step 1-2 of https://stackoverflow.com/a/21149275/938089), and either:

  • Run localStorage.clear() (switch to the Console tab or press Esc to open a drawer)
  • OR Go to Resources, Local Storage and delete all items of the dev tools one by one.

The suggestion of clearing localStorage either didn't work or only worked temporarily for me. As mentioned in some of the comments, the solution that worked for me was to:

  1. Open developer tools
  2. Open settings pane from top right (or F1)
  3. Click the 'Restore defaults and reload' button

I should also mention that I'm using Google Chrome 53.0.2754.0 canary (64-bit).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!