Firebug debugger not working in Firefox 3.x?

自作多情 提交于 2019-12-13 03:31:26

问题


I have been using Firebug for a while now and for the past month I can't get the JavaScript debugger to work. I mean, it will work sometimes, but it does random things 80% of the time. I don't think that it's just me because a friend of mine have the same problem.

I've googled the issue, and I can't manage to find an interesting answer. Same on http://getfirebug.com/.

Right now, I have the latest version of Firefox 3 on Windows XP and the latest of Firebug, but it has not been working since January.

Is there is a ticket opened or something? That would be helpful!


回答1:


If you are using FF 3.0 then try removing the FireBug plugin and reinstalling it. You may have to clear out the prefs.js file for all the FireBug settings.

If you are using FF 3.1 then there really isn't a good solution at this time, and if you need to use FireBug I recommend downgrading.




回答2:


usually when this happens to me i reinstall firebug.

also, firebug does not like LONG javascript files. if you can do something about the size of files you debug, try to debug a bunch of small files versus one giant file.



来源:https://stackoverflow.com/questions/778591/firebug-debugger-not-working-in-firefox-3-x

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!