Skip to content

Instantly share code, notes, and snippets.

@linktohack
Created February 24, 2017 19:02
Show Gist options
  • Save linktohack/a064b96f2cf95485fa72a63655d0528d to your computer and use it in GitHub Desktop.
Save linktohack/a064b96f2cf95485fa72a63655d0528d to your computer and use it in GitHub Desktop.
debugger.js
var prevajax = jQuery.ajax;
jQuery.ajax = function () { debugger; return prevajax.apply(jQuery, arguments); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment