I’ve got a website with a bug, specific to google chrome. It cannot be reproduced in Firefox. I’d like to use something similar to Firebug’s Net tab to debug the app, but Firebug Lite does not seem to have this functionality. Also, I cannot use Fiddler, because the website in question uses SSL, which Fiddler don’t seem to able to decode for some reason (tried replacing certificate on a virtual mashine, got a lot of garbage).
Can anyone suggest to me a good website network activity monitoring tool for google chrome?
Open your website in Chrome and hit F12.
It should open up the in built developer tool.
More details can be found at http://code.google.com/chrome/devtools/