Chrome console keeps getting stuck in a quirky state

孤者浪人 提交于 2019-12-13 04:21:24

问题


The console gets stuck in a state where every two page refreshes a new closed instance of my indexedDB is displayed. They are all closed except for the one on the top and everything within the application still seems to function normally, however other strange things occur when using the console.

  1. When I click on a table within the database it shows the data, but when I try to filter or go to the next page it all disappears. I have to completely close the browser tab and then reload.
  2. Sometimes when I enter in console commands they don't do anything, don't return anything (not even undefined), but when I refresh the page it alternative between working and not working.

Let me know if you need some more information. I haven't a clue what's causing this. I'm using the latest version of Chrome 35. Any thoughts?


回答1:


Saw this once. Try a fresh install, and if that does not work, try upgrading to dev channel 37. I did both those things (for other reasons), but have not been able to reproduce the bug since. Trudging through Chromium's list of open issues or changes might also help.

Also, it looks like your question is not really about programming so it might be closed. There are other 'something.overflow' sites to post this type question.

Edit: also, regarding the disappearing issue, I actually reported this bug on Chromium. It was recently fixed!



来源:https://stackoverflow.com/questions/24353594/chrome-console-keeps-getting-stuck-in-a-quirky-state

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