How many clicks do you need to debug ajax request?
16 Jun 2012
Here I am gonna use Chrome browser as an example:
- Open context menu
- Click inspect element.
- Click “Network” tab
- Spawn again an ajax request (at least one click. Sometimes more)
- Click on failed request at Network tab
- Click “Preview” or “Response” subtab
THIS SHOULD CHANGE
Why we can not automate this daily routine work?
With this tiny script you don’t need any: Error response will be displayed in Popup at once after it occur.