There is no such tool that I know about, but you can debug classic ASP using Visual Studio, set breakpoints and attach objects to test them, just like in .NET. I did this for record sets and simple value types, but I assume that it will also work for nested objects. You will need to install VS on the machine on which you are developing the site, and enable debugging in IIS for this.
source
share