Facing “Devtools was disconnected from the page. Once page is reloaded, Devtools will automatically reconnect.”

戏子无情 提交于 2019-12-11 03:51:20

问题


I'm working on React-native js and Xcode 9.3 for iOS app development, but in between I get this error:

while debugging and becomes a road blocker for me to proceed in the debugging. Also referred few articles from here but didn't get anything for help.

I read this link but it didn't work.


回答1:


I had the same issue in my Angular App. I checked here Stack Overflow answer but it didn't help me. For me the thing was that I had a huge select multiple with a bunch of items. It was the reason that Chrome was throwing me that error since Chrome crash becouse of memory usage.. I read this article Crashing browsers with Angular2 DebugElement and it helped me with to found it out.

I hope this can help!



来源:https://stackoverflow.com/questions/50343275/facing-devtools-was-disconnected-from-the-page-once-page-is-reloaded-devtools

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