Skip to content

Instantly share code, notes, and snippets.

@j03m
Created December 5, 2014 21:36
Show Gist options
  • Save j03m/f209cefefdae0256e3b2 to your computer and use it in GitHub Desktop.
Save j03m/f209cefefdae0256e3b2 to your computer and use it in GitHub Desktop.
instrument all the js
replace this: ((\w*)[\.\:\=\s]*function\s*(\w*)\(.*\)\s*\{)
with this: $1\tconsole.log\("$2$3"\);\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment