Skip to content

Instantly share code, notes, and snippets.

View jlukic's full-sized avatar
🐪
the koan brothers

Jack Lukic jlukic

🐪
the koan brothers
View GitHub Profile
@jlukic
jlukic / readme.md
Last active August 29, 2015 14:16 — forked from paulirish/readme.md

console.log wrap resolving for your wrapped console logs

I've heard this before:

What I really get frustrated by is that I cannot wrap console.* and preserve line numbers

We enabled this in Chrome DevTools via blackboxing a bit ago.

If you blackbox the script file the contains the console log wrapper, the script location shown in the console will be corrected to the original source file and line number. Click, and the full source is looking longingly into your eyes.