标签: google-chrome debugging
我有<a target="_blank" href="newwindow.html">
<a target="_blank" href="newwindow.html">
我想知道:点击该链接后如何调试newwindow的脚本?
答案 0 :(得分:0)
如果要调试在窗口加载时运行的脚本代码,请在脚本中添加debugger;语句 - 这将使您在到达该行脚本时进入调试器。
debugger;