【发布时间】:2012-06-05 07:34:39
【问题描述】:
我正在尝试遵循教程here。
我卡在 DOM Breakpoints 部分(靠近底部)。
我去了他们正在谈论的example site。我按下 ctrl+shift+i 并导航到“元素”选项卡。在元素选项卡中,我找到了以下 html 部分:
<div id="profileCard" style="position: absolute; left: 403px; top: 135px; visibility: hidden; display: none; " class="goog-hovercard">
</div>
现在我一直在寻找上下文菜单:
在#profileCard 元素上调出上下文菜单并选择 要中断的事件:子树修改、属性 修改和删除节点
这是显示我所在位置的屏幕截图:
【问题讨论】:
标签: javascript debugging google-chrome google-chrome-devtools