Can BugTrapper trace and record web sites, ASP, and/or DHTML?
BugTrapper cannot trace simple HTML pages (actually there is nothing to trace there). However, it can record everything that was written in C/C++ and VB and runs under the Web site. For example, you can trace an OCX component by attaching BugTrapper to the Web Browser and checking the OCX. Or, you can trace an ASP with ISAPI DLL by attaching BugTrapper to the Web Server (Inetinfo) and specifying the DLL that interests you. Actually, our clients tell us that for these cases BugTrapper is really irreplaceable. This is because all these components are activated by servers (not by a regular executable the programmer runs). And, in many cases they run for a very short period. So it is difficult to “hook” onto them on-line with a debugger. With BugTrapper, you simply specify the executable and DLL that you are interested in and BugTrapper will catch their execution. All the analysis can be done off-line.