Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug - how can I run multiline scripts or create a new JavaScript file?

Is there a way in Firebug to start a new script file to apply to page? Basically I want to do work like I'd normally do on the Firebug console but be able to to paste in multi-line functions, etc. It doesn't seem like the console is amenable to that.

like image 557
Greg Avatar asked Dec 08 '22 09:12

Greg


1 Answers

Down in the lower-right corner of the FireBug UI you should see a red square icon with an up arrow. Use that and stretch it to a size you like.


Screenshot

Screenshot

like image 182
Jason Bunting Avatar answered Apr 19 '23 23:04

Jason Bunting