首页 > 其他 > 详细

Google Developer Tools

时间:2018-03-21 22:59:44      阅读:239      评论:0      收藏:0      [点我收藏+]

 

Breakpoint TypeUse This When You Want To Pause...
Line-of-code On an exact region of code.
Conditional line-of-code On an exact region of code, but only when some other condition is true.
DOM On the code that changes or removes a specific(特殊的) DOM node, or its children.
XHR When an XHR URL contains a string pattern.
Event listener On the code that runs after an event, such as click, is fired.
Exception On the line of code that is throwing a caught or uncaught exception(例外).
Function Whenever a specific function is called.

Google Developer Tools

原文:https://www.cnblogs.com/wolf-yasen/p/8620182.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!