Manually enter and execute javascript statement in Firefox debugger

246 views Asked by At

Using Firebug, I can manually enter a javascript statement and the debugger will execute it. I can't find where/how to do so with Firefox debugger.

Can it be done?

(Sick and tired for Firebug quality going down the tubes. Used to be the best debugger out there and it's a pile of crap now).

1

There are 1 answers

0
Trober On

Apparently, you type in commands in the console and if a javascript statement it will execute it. About as intuitive as a football bat.