This is an Chrome Extension that allow you to debug your code realy faster than before. You can easily boost your productivity to 26% by using this extension.
var myAwesomeVariable = "Hello World";
console.lgo(myAwesomeVariable)
> Uncaught TypeError: console.lgo is not a function(…)
var myAwesomeVariable = "Hello World";
console.lgo(myAwesomeVariable)
"Hello World"