Skip to content

Instantly share code, notes, and snippets.

@michael-mafi
Last active January 31, 2017 06:36
Show Gist options
  • Select an option

  • Save michael-mafi/2c371812d414143ed57ba08fc528da49 to your computer and use it in GitHub Desktop.

Select an option

Save michael-mafi/2c371812d414143ed57ba08fc528da49 to your computer and use it in GitHub Desktop.
runWithDebugger.js
function runWithDebugger(func, args){
if(args.length>=1){
debugger;
return func.call(this, args);
}
}
@michael-mafi
Copy link
Author

Hi Ivo thank you just saw this going to work on that thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment