AJAX Debugger is a Google Chrome extension that logs all AJAX (XMLHttpRequest) activity to Chrome's Developer Tools Console. This allows developers to easily see top-level request info, like the HTTP status, response time, and size. Just click the URL to open the AJAX call in a new tab, including all the inputs, making debugging much easier.
Comments