Skip to content

Instantly share code, notes, and snippets.

@sagirk
Last active May 20, 2018 11:44
Show Gist options
  • Save sagirk/9b5681981d036bfc753f50bf77c90ca4 to your computer and use it in GitHub Desktop.
Save sagirk/9b5681981d036bfc753f50bf77c90ca4 to your computer and use it in GitHub Desktop.
Improving runWithDebugger
function runWithDebugger(callback, args) {
debugger;
callback.apply(null, args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment