English 中文(简体)
Firebug 无法选择脚本
原标题:Firebug can t choose script

我搞砸了一些事情。 在火虫中, 我选择了 spipts 标签, 然后点击内线并选择了脚本, 我想用一些断点来跳过脚本 。 我相当肯定我之前已经用过脚本了 。

在删除和重新安装火虫、清除缓存等, 清除缓存等, 抓我的头之后, 当我选择任何脚本时, 脚本会简要显示, 然后立即掉回包含脚本的 HTML 页面。 如果我快速, 当我选择脚本时, 我可以滚动下来, 当我停下来时, 它会自动滚动, 单行滚动, 单行滚动, 当它到达顶部时, 它会返回包含脚本的 HTML 页面

从屏幕截图中,下面有一些js脚本( 刻出它们, 不想分享它们的名字 ) 。 我尝试过检查和不检查内线与现在的结果。 我有种感觉它与我对js和Web编程的瑞士奶酪知识有关。

"https://i.stack.imgur.com/pa9Gb.png" alt="/>

最佳回答

我不知道在不看到现场或一些可能说明某种解释的代码的情况下,我还能如何帮助呢?然而,这里有一些可能有所帮助的把戏。

我使用FirefoxAurora, 上面有一个标签, 叫做更改 。 或者我可以在某个地方安装 Firebug 扩展名 。 我忘了 。 但把它粘起来, 可能是 < a href=" http://www. incaseofsstairs.com/firediff/" rel= "nofollow noreferrer" > Firediff

标签看上去像附着的图像, 它会 diff 切换页面内的变化, 然后您可能会知道正在发生什么。 它会检测元素/ 属性的变化( 不确定内嵌脚本 ) 。

P/s: 不知怎么它现在不起作用了, 忘记了我以前测试过的方法。 上面的 URL 对此有更进一步的解释。 但是请检查一下。 上次它对我很有用 。

"https://i.stack.imgur.com/PSEAF.png" alt="Firebug 更改扩展标签"/ >

问题回答

我不想回答我自己的问题, 但我不想离开这个文章不完整, 所以想改进答案。 除非似乎没有进一步的活动, 我不打算给自己检查。 我发现一个错误修正在 < a href=" http://code.google. com/ p/ fbug/issues/ detail?id=5134" rel=" no follow norefererr" >issues# 5134 , 并安装了找到的1.10.0a6 更新 < a href=" http://getfirebug.com/releases/firebug/1.10/firebug-11.0a6.xpi" rel=" nofoln noreferr> >rererel > arere. < a > arere/ a > 和最后一件事, 当我在下面绘制“ break on next” 按钮时, 自动滚动停止。 (下面的黄色暂停按钮。

""https://i.stack.imgur.com/lDn6T.png" alt="在这里输入图像描述"/ >





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签