Devtools Console, from Novice to Ninja(daker.me)
daker.me
Devtools Console, from Novice to Ninja
http://daker.me/2013/12/devtools-console-from-novice-to-ninja.html
3 comments
Formatting log output - fantastic!
I really like to use:
I really like to use:
$0 -> $9 last hilighted elements in the inspector view
Especially when dealing with d3 generated svg .. can be tricky to get the right element otherwise.
Also, you can still use the debugger; command to stop the context within a function (eg, callback from ajax request), from within the console.
a lot more info here: https://developers.google.com/chrome-developer-tools/docs/co...