Deep Tracing of Internet Explorer
ejohn.org
Deep Tracing of Internet Explorer
1–10 of 17 posts
Re: Deep Tracing of Internet Explorer
#2That is pretty incredible. I thought that the "Develop" menu and JavaScript profiler in Safari were great, but this deep tracing tool looks even better.
Re: Deep Tracing of Internet Explorer
#3This is head and shoulders above Fiddler 2 for giving you a complete picture of what's going on.
Re: Deep Tracing of Internet Explorer
#4This is head and shoulders above Fiddler 2 for giving you a complete picture of what's going on.
Some tools I use
Network
WireShark (Cross Platform)
Fiddler 2 (Win32)
(Inject into SSL Requests)
Browers Instrumenting
Firebug (Firefox)
FireQuery
FireRainbow
Html Validator (FireFox)
Selenium IDE (FireFox)
LeetKey (FireFox, mucking with URLEncoding/Base64 etc)
Internet Explore Developer Tools (IE of course)
Chrome's built in tools
Safari's built in toolsRe: Deep Tracing of Internet Explorer
#5I wonder how this gets such detailed information about network and DOM events without injecting debug signals into the browser binaries?
Re: Deep Tracing of Internet Explorer
#6I wonder how this gets such detailed information about network and DOM events without injecting debug signals into the browser binaries?
The article made it sound to me like they are altering the browser's code.
Re: Deep Tracing of Internet Explorer
#7Anyone have any tips for memory profiling tools, other than the one mentioned in the article comments? (http://www.softwareverify.com/javascript/memory/feature.html, Windows-only, Firefox-only, non-free)
Re: Deep Tracing of Internet Explorer
#8Knowing John Resig, we'll get a blog post in 6 weeks showing a 30% speedup in jQuery in ie6 and 7. This man is a machine.
Re: Deep Tracing of Internet Explorer
#9Knowing John Resig, we'll get a blog post in 6 weeks showing a 30% speedup in jQuery in ie6 and 7. This man is a machine.
[deleted]
Re: Deep Tracing of Internet Explorer
#10I wonder how this gets such detailed information about network and DOM events without injecting debug signals into the browser binaries?
Can't you do this through COM? (Isn't that the point? I dunno, I've never programmed windows stuff...)