我有以下设想:
- Main page
- Nested page
- Common JS file (which is included in both pages)
The nested page is subsequently loaded into an iframe of the main page. Both pages invoke a function from the common JS file on page load.
Live demo:
http://www.ecmazing.com/misc/pause-execution/mainpage.html
http://www.ecmazing.com/misc/pause-execution/nestedpage.html
http://www.ecmazing.com/misc/pause-execution/common.js
共同的联合文件包含一个全球功能,它描述了H1要素红。 我希望在这一职能开始时暂停执行,以便在H1部分仍然黑色的情况下暂停执行。
How to do it on the main page:
这是微不足道的。 只装上该页,打开浏览器的杰夫工具,选择普通卷宗,在功能的第一行设置一个断点。 现在,reload。 左点将persist,后载将暂停执行。
How to do it on the nested page:
现在,在 Chrome和 Firefox(Firebug)中,上文(主页)规定的休息点也将为封顶的网页工作。 这两页都使用同一个联合材料文档,在该档案中设定一个断点将自动适用于这两页。 不幸的是,这一规则不适用于独立实体。
更糟的是,即使我随后确定了一个切合点,然后又在“平线”上只载了“平线/平线”,但“中点”仍将继续。
因此,我不知道如何暂停执行伊埃的nes页。 是否能够做到这一点? (如果通过人工订立<代码>debugger;,在职能开始时,如果有可能,我将热能通过国际发展学会中的开发工具确定断点。)