[jQuery] Re: IE code profiler

2007-07-28 Thread Mike Fern
Hi Gordon, Have you tried debugbar (www.debugbar.com)? It's what I use to debug and "profile" code in IE. I haven't met other better alternative, though. Regards, Mike

[jQuery] Re: IE code profiler

2007-07-23 Thread Remy Sharp
I came across the same problem profiling a project I was working on in IE. IE6 is particularly bad since the scripting engine seems to be the slowest (sadly at over 50% of the market - it's the most important browser). The best thing I could come up with was a timing profiler - which in the end

[jQuery] Re: IE code profiler

2007-07-23 Thread Glen Lipka
This has SOME profiling capabilities. http://www.ieinspector.com/ Also there is Firebug Lite. Not sure how much it does. http://www.getfirebug.com/lite.html Glen On 7/23/07, Gordon <[EMAIL PROTECTED]> wrote: Does anyone know of an IE equivilent to Firebug that I can use to profile code run