Hacker News new | ask | show | jobs
by robcee 4771 days ago
The Security filter shows CSP errors and mixed content warnings among other things. I expect the security team will add more messages to that section of the console over time.

We're going to revamp the Console's output area fairly significantly in the next few months. Better Object output is high on the list of changes.

(you can use console.dir(object) for an inlined inspector view, or inspect(object) in the console's jsterm input line to view the object in the sidebar)

Shift-Enter turns the Console's input line into a multi-line input.

We're hoping to add autocomplete to the Scratchpad down the road too.

1 comments

Ah, that all sounds wonderful, thanks. Shift-enter for multi-line input is actually nicer than Firebug's modal toggle (though less discoverable). And since I think 23 actually broke Firebug's console, I'll certainly be getting more acquainted with the built-in tools for a little while. :)