Tracing web applications with Fiddler or FireBug
Posted by Olaf Monien in Development, IntraWeb, tags: debugging, Delphi, fiddler, firebug, Internet, IntraWeb, log, network logger, web applicationApparently many developers of Web sites and especially Web applications (IntraWeb, ASP.NET, PHP etc) are still not aware of existing tools to trace/debug the communication flow between Web browsers and Web server.
Often, certain errors such as missing images, non working JS files etc, pop up (i.e. customer calls and says “your Web app is totally broken”), and its very hard to determine whats happening. You could now add logging capabilities to your Web application and try to find out whats happening. That’s not a bad idea, but often it would help more to see what’s really sent over the wire, which resources fail to load etc.





Entries (RSS)