How to view elements tab and sources tab at the same time in chrome dev tools

冷暖自知 提交于 2019-12-03 11:40:49
Konrad Dzwinel

It is still not possible to display the elements and source tabs at the same time on chrome dev tools. (Latest Chrome version: v64).

If some element is inserted to your DOM and you want to find code responsible for adding it then I suggest using more appropriate tool than debugger;. Check out "subtree modifications":

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