how to get mozilla like firebug console in chrome? how to get mozilla like firebug console in chrome? google-chrome google-chrome

how to get mozilla like firebug console in chrome?


Ctrl-Shift-I will open Chrome development tools. I assume this is what you wanted.

To see Ajax requests, click on "Network" and you'll see all network requests being made. By default you see them all, although you can filter them and just see Ajax requests. Take a look at bottom part of Network tab; you'll see "Documents", "Stylesheets", etc. You want "XHR".


Yea u can have it. Enable it from the setting of chrome console.

  1. Press ctrl + shift + I
  2. click on setting (Gear) icon at the bottom right.
  3. check "Log XMLHttpRequests" at the console section part.

Thats it.


Chrome developer tools will give you that and a lot more. Click on the wrench and select Tools->Developer Tools.

I believe they were open sourced by Apple - great stuff.