码迷,mamicode.com
首页 > 其他好文 > 详细

Google Developer Tools

时间:2018-03-21 23:17:31      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:throw   pat   condition   pos   span   when   listen   spec   ecif   

 

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

标签:throw   pat   condition   pos   span   when   listen   spec   ecif   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!