is there any way to print a stack trace in ASP classic ?
am 04.10.2007 16:46:37 von wbsurfver
I had found some debug examples here: http://www.aspemporium.com/codelib.aspx?pid=115&cid=16
but I am mainly interested in a trace so I could see what functions
are on the stack as well as the source file and line number they where
called from. You can do this in PHP by some such debug_print_trace()
call
Re: is there any way to print a stack trace in ASP classic ?
am 04.10.2007 17:01:34 von reb01501
wbsurfver@yahoo.com wrote:
> I had found some debug examples here:
> http://www.aspemporium.com/codelib.aspx?pid=115&cid=16 but I am
> mainly interested in a trace so I could see what functions
> are on the stack as well as the source file and line number they where
> called from. You can do this in PHP by some such debug_print_trace()
> call
No. For debugging ASP, use a class. See:
http://support.microsoft.com/kb/299986/EN-US/
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.