Skip to content

Instantly share code, notes, and snippets.

@gordonmzhu
Last active August 7, 2018 21:47
Show Gist options
  • Save gordonmzhu/1372c864a1c86c794991d409472bfda1 to your computer and use it in GitHub Desktop.
Save gordonmzhu/1372c864a1c86c794991d409472bfda1 to your computer and use it in GitHub Desktop.
function runWithDebugger(callback){
debugger;
callback.apply(null, arguments[1]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment