pillarOfLight
pillarOfLight

Reputation: 8972

firebug not running javascript

so I typed:

alert('wtf');

into the firebug console and hit run

However instead of having the browser, alerting 'wtf', the console instead prints

>>> alert('wtf');

how do I go about making the console actually run javascript instead of just regurgitating my commands..

Upvotes: 3

Views: 1780

Answers (3)

Kevin Bowersox
Kevin Bowersox

Reputation: 94429

Make sure you are using FireBug 1.12.x which is compatible with versions FireFox version 23-27. The FireBug download page shows the compatibility of each version of FireBug and FireFox.

Upvotes: 0

Ranga MK
Ranga MK

Reputation: 43

i had same issue and remove firebug plug-in restart firefox and reinstall firebug solve the issue for me.

Upvotes: 1

codernaut
codernaut

Reputation: 66

I am having the exact same problem. Seems to have started since I upgraded to Firefox 23.0.1. What version are you using? I am thinking about rolling back to the previous version to try and resolve it.

Upvotes: 0

Related Questions