Search code examples
javascriptbrowserdebugging

Safari and Chrome JavaScript console multiline


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


Solution

  • Shift-Enter on Windows allows multi-line entry where Option-Enter works on Mac.

    A more fully featured editor is in the works.