That is pretty incredible. I thought that the "Develop" menu and JavaScript profiler in Safari were great, but this deep tracing tool looks even better.
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 tools
Yes. You can do nearly all this stuff just by hooking into MS's published interfaces. I've done many pieces of it myself, but seeing it tied together like this so comprehensively is amazing.
I think dynaTrace guys did something insane. Kudos!
Believe me I was doing some IE stuff (BHOs) and working with their COM extension model is one of my worst experiences (right after creating installer using WiX system).
How hard would it be for browser makers to make the kinds of information this tool needs readily available (instead of the tool maker to write very low-level code, basically a giant hack) and how much work would this save for the makers of tools such as dynaTrace?
16 comments
[ 4.7 ms ] story [ 48.1 ms ] threadBelieve me I was doing some IE stuff (BHOs) and working with their COM extension model is one of my worst experiences (right after creating installer using WiX system).
btw. check out my web-dev tools at http://binaryage.com :-)