You need to switch into "Command Editor" (aka multiline command line) see our wiki: https://getfirebug.com/wiki/index.php/Command_Line
Honza On Friday, September 6, 2013 7:00:27 AM UTC+2, Arup Rakshit wrote: > > Hello All, > > I am just started to learn the Javascript and choose this > http://getfirebug.com/commandline to practice all kinds of Javascript > code. But command line tool is not allwoing me to write code in multiple > lines as the general editor does. for example > > I can write this :- var books = {pages: 112} but can't write this way > > var books = { > pages: 112 > } > > After first line when pressed enter I got error. Any way to get out of > this limitations or suggestion please!! > > Thanks, > Arup > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/3bed43ac-159d-4b45-9a17-978c6c4eecb4%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
