Sunday, June 2, 2024
149
rated 0 times [  153] [ 4]  / answers: 1 / hits: 23556  / 11 Years ago, wed, january 29, 2014, 12:00:00

While debugging a JavaScript program I was writing with Firebug, the Script panel stopped working and I got the following message:



debugger



I went through all menus and sub-menus I could find but didn't see a option to re-enable this feature. The console.log() command doesn't work in Firebug as well (while it does work in the built-in devtools' console).



How can I re-activate the Firebug Script panel? What may have caused this?


More From » firefox-addon

 Answers
9

This may have different causes. One of them is described in issue 5646, which is related to going back and forward in the browser history.



In such cases it normally requires a browser restart to work again.



Note that Firebug up to version 1.12 is based on an old debugger API exposed by Firefox called JSD, which is unmaintained and buggy. Since version 2.0 Firebug uses a new debugger API, which fixes this problem.


[#72865] Tuesday, January 28, 2014, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
orlando

Total Points: 413
Total Questions: 92
Total Answers: 96

Location: Mauritania
Member since Sun, Oct 17, 2021
3 Years ago
orlando questions
Wed, Oct 13, 21, 00:00, 3 Years ago
Mon, Sep 21, 20, 00:00, 4 Years ago
Mon, Aug 10, 20, 00:00, 4 Years ago
;