http://www.fiddler2.com/fiddler2/
Here is a useful tool for figuring out issue with web browsing issues or as a tool for web development (especially ajax ). Definitely not the only tool for this sort of task, but one I have found easy to start capturing and quickly start analyzing data)
ib4firebugdoesthis : yes it does but firebug gets hosed pretty easily especially when stepping though JavaScript, this tool takes some of that burden off of firebug
All or some of the selected traffic can be saved and played back, for example in conjunction with a test.
Here is a useful tool for figuring out issue with web browsing issues or as a tool for web development (especially ajax ). Definitely not the only tool for this sort of task, but one I have found easy to start capturing and quickly start analyzing data)
ib4firebugdoesthis : yes it does but firebug gets hosed pretty easily especially when stepping though JavaScript, this tool takes some of that burden off of firebug
http://www.fiddler2.com/fiddler2/ wrote:
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.
Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.
All or some of the selected traffic can be saved and played back, for example in conjunction with a test.
Last edited by jsnipy (2009-05-09 10:08:33)