views:

19

answers:

2

can I in IE Debug Toolbar view resource loading like in FireBug for FF on "Net Tab"

I want to see which files loaded, js, images and so on

can I see Ajax request for example?

thanks in advance

+2  A: 

On IE, you would use Fiddler for that.

leppie
thanks, I try. my IE8 do not load some js files, I don't know why
SKiPP
+1  A: 

IE9 Developer tools support this. You could install the beta and try that.

Or use Fiddler2.

jeffamaphone
I can't use IE9 beta cause my issue appears only in ie6-7-8
SKiPP
Did you try IE9 beta in one of its compatibility modes?
jeffamaphone
No, I just delete ie9 cause I need IE8
SKiPP