Favorite Chrome Debugging Tool Tips

How did I miss this in the Chrome Canary Debugger? Navigate right to function definition from object!

Please share your favorite Chrome developer tool tips here!

Chrome logs objects such that you can expand the object!

console.log(“foo is %O, obj);

Some other tips good tips here:

http://blog.teamtreehouse.com/5-great-hidden-features-in-the-chrome-devtools

I found this useful if you want to change some text and see how it looks like

document.body.contentEditable = true