Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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..

like image 224
pillarOfLight Avatar asked Nov 27 '25 00:11

pillarOfLight


1 Answers

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

like image 158
Ranga MK Avatar answered Nov 28 '25 14:11

Ranga MK