views:

441

answers:

3

Firebug has a multiline feature in their console tool. Is there a way to get this functionality with the debugger tool in Safari/Chrome?

+1  A: 

http://code.google.com/p/chromium/issues/detail?id=35487

Not yet.

TomA
+1  A: 

Try pressing option (alt on Windows?) at the same time as return. Inserts a newline on Mac.

ScottyH
A: 

Try using the notepad (or someting else) and then copy/paste to the console, works for me!!!!

Omar Alejandro